How to make vscroll in textbox visible only then it is really needed?
Printable View
How to make vscroll in textbox visible only then it is really needed?
In a text box? No way AFAIK. BUT... if you use the RichTextBox, it will auto hide/show the scroll bars as needed.
I know, that richtextbox can do it, but I do not want to use any more other control. Is it imposible?