G Guest Sep 11, 2007 #1 I created a user for with text what is very long. It will not wrap if I resize the box. I just keep running on. Help!!
I created a user for with text what is very long. It will not wrap if I resize the box. I just keep running on. Help!!
G Guest Sep 11, 2007 #2 There are two properties that need to be set so that words will wrap. WordWrap should be set to True, and MultiLine must also be set to True. Multiline allows you to hit enter inside a textbox and have another line, but if wordwrap is false the individual lines won't wrap.
There are two properties that need to be set so that words will wrap. WordWrap should be set to True, and MultiLine must also be set to True. Multiline allows you to hit enter inside a textbox and have another line, but if wordwrap is false the individual lines won't wrap.