I am using EditControl to insert an array of strings. When I use
SourceTextBox.Lines = file.Source;, the edit control is adding an extra line and the end result is the edit control text not being equal to the array I set it as originally. Is there a property to change this behavior? If not, how do I go about removing the last line in the control?