I want to scroll my textbox when he overloaded to last line. I was looking in google and I found a lot of answers, but any don't work properly. For example:
textBox.SelectionStart = textBox.TextLength;
textBox.ScrollToCaret();
In my IDE I don't have method ScrollToCaret(), in datasheet of my IDE it don't exist too. Is this version of previous C# language? If you have any idea please help me.