multiline textbox

Started by honkinberry, January 21, 2010, 11:08:39 AM

Previous topic - Next topic

honkinberry

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

Fred Tomke

Hi, honkinberry,

it should work if you

  • disable Auto H-Scroll
  • enable Multiline style
  • disable Horizontal Scrollbar
and finally
  • reload the project

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

honkinberry

gah, it was that Auto H-Scroll, thank you so much!

--J