Labels do not have a CanGrow property.
You must manually make the label taller, then the text will begin to wrap.
You can then play around with the Width and Height to get the label to the size you want.
If you need to display long strings of text, then use a Textbox.
Textboxes have CanGrow and CanShrink Properties.
I believe this is what MYCU was referring to.
;-)
JeffCoachman
Main Topics
Browse All Topics





by: MYCUPosted on 2009-09-15 at 09:40:42ID: 25336776
Other than changing the size of the label, the only thing I can think of is to set the Can Grow property of the label to yes. That should make it wrap around if it is to long.
Hope this helps.