Hello,
I need a TextBox that combines the following features: Multiline, NullAppearance and ScrollBars auto-hiding. When choosing UltraTextEditor I can't get scrollbars auto-hiding. When using UltraFormattedTextEditor I can't get NullAppearance.
By (vertical) scrollbars auto-hiding I mean that I want the (vertical) scrollbar to be visible only when the text contains more lines that can be seen in the bounds of the control.
Any suggestions?
Thanks.
Use FormattedTextEditor and use the ValueChanged event to check for null and set the Appearance on the control accordingly.