Hi all,
I am trying to select lines of text in a ICSharpCode TextEditor. As well as make the textbox go to the specific row. The application is windows form app built in VS 2010 in C#.
The reason I am using the text editor is for the code highlighting and line numbers etc.
I dont really have too much experience using windows forms so any help would be appreciated. The Code I have is as follows:
textEditorControl.Text = "long file string with line breaks";
textEditorControl.VRulerRow = 10; //Example row selection