views:

393

answers:

1

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
Ahh thank you Austin. Sometimes the most obvious solutions are the best :)
Anders