I'm having a little difficulty with a multiline textbox control.
Is there a way to have it automatically wrap, like a traditional EditBox control?
I'm after having a more elegant way to enter a paragraph of text.
Thanks again for any help!
--J
Hi, honkinberry,
it should work if you
- disable Auto H-Scroll
- enable Multiline style
- disable Horizontal Scrollbar
and finally
Fred
gah, it was that Auto H-Scroll, thank you so much!
--J