vote up 0 vote down star

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?

flag

78% accept rate
Unfortunately not. You can set scroll bars to horizontal, vertical, or both but not to show/hide when necessary. – Anders Sep 10 at 21:31

1 Answer

vote up 1 vote down check

Consider using the RichTextBox -- it has that behavior built in.

link|flag
Ahh thank you Austin. Sometimes the most obvious solutions are the best :) – Anders Sep 11 at 12:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.