PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Messingham on July 27, 2010, 01:06:40 PM

Title: Multiline textbox and wordwrap.
Post by: John Messingham on July 27, 2010, 01:06:40 PM
Hi,

I have checked 'ES_AUTOHSCROLL' and 'ES_AUTOVSCROLL' are selected on a multiline textbox and thought this would give me wordwrap but it does not.

Does anyone have a multiline textbox wordwrap solution?
Title: Re: Multiline textbox and wordwrap.
Post by: Rolf Brandt on July 27, 2010, 01:49:03 PM
Uncheck WS_AutoHScroll, use only WS_AutoVScroll.
Make sure MulitiLine is selected and also WS_VScroll.
(See image)
Title: Re: Multiline textbox and wordwrap.
Post by: John Messingham on July 27, 2010, 01:53:19 PM
Thanks Rolf, I am glad I asked here before looking at the code solution I found on the Powerbasic site.
Title: Re: Multiline textbox and wordwrap.
Post by: Richard Marchessault on February 02, 2015, 08:16:03 PM
It's been a few years since this post but it helped me to solve a problem today. Thanks!