Page 1 of 1

How to set the height of text auto change

Posted: Thu Feb 12, 2009 1:22 am
by silade
I want the height of the text auto changing with the size of the font.How to do this?Thank you?

How to set the height of text auto change

Posted: Thu Feb 12, 2009 8:37 am
by Edward
Hi,

Actually there are two ways here:

CanGrow must be always set in true;

1) WordWrap = true; AutoWidth = false


2) WordWrap = false; AutoWidth = true;

Thank you.