Page 1 of 1

Long lines in StaticText [solved]

Posted: Sun Feb 15, 2009 14:01
by Toge
Hi.

When a line is longer than StaticText's width, the line is hidden by the border. Could I insert a newline when this occurs (automatically)?

Thanks.

Posted: Sun Feb 15, 2009 21:21
by Pompei2
Set its property to:

Code: Select all

            <Property Name="HorzFormatting"  Value="WordWrapLeftAligned" />