M
Michael Crago
Hi there,
Is there a way to make the vertical scrollbar optional on the TextBox
component depending on the amount of text in the box?
As far as I can tell, you can set a TextBox's ScrollBars property to either
'None' or 'Vertical'. If the latter, the scrollbar is always present (and
grayed out), even if there is minimal text.
Is there a trick to making the ScrollBar's visibility text-dependant?
Or at least a way to determine when the text overfills the TextBox so I can
change ScrollBars property from None to Vertical manually?
Thank you...
Robert Crago
Is there a way to make the vertical scrollbar optional on the TextBox
component depending on the amount of text in the box?
As far as I can tell, you can set a TextBox's ScrollBars property to either
'None' or 'Vertical'. If the latter, the scrollbar is always present (and
grayed out), even if there is minimal text.
Is there a trick to making the ScrollBar's visibility text-dependant?
Or at least a way to determine when the text overfills the TextBox so I can
change ScrollBars property from None to Vertical manually?
Thank you...
Robert Crago