How to set the height of text auto change
How to set the height of text auto change
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
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.
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.