Is it possible to show/hide the scroll bar in a text box only when the line count in the text box is more than the number of lines displayed?
+1
A:
Consider using the RichTextBox -- it has that behavior built in.
Austin Salonen
2009-09-10 21:32:13
Ahh thank you Austin. Sometimes the most obvious solutions are the best :)
Anders
2009-09-11 12:41:25