Page 1 of 1

Get Wordwrap working

Posted: 27 Nov 2015, 10:50
by Rucksacktraeger
Hi,

I use Timosoft controls for a long time already. They are great for using VB6 with Unicode!

But now I fail to get Wordwrap working with a textbox. I've set Multiline to true, turned on/off Scrollbars, set TextBox1.WordBreakFunction = True/False and InsertSoftLineBreak = True/False

But I can't get a wordwrap like in Windows notepad. What I'm doing wrong? :?

Peter

Re: Get Wordwrap working

Posted: 28 Nov 2015, 02:11
by TiKu
Hi,

Setting MultiLine to True and AutoScrolling and ScrollBars properties both to 1 (Vertical) should be enough.

Regards
TiKu

Re: Get Wordwrap working

Posted: 28 Nov 2015, 11:40
by Rucksacktraeger
Thanks. Autoscrolling was the key to success...