Page 1 of 1

how to set row in Text

Posted: Wed Feb 11, 2009 10:13 pm
by silade
I let my text display in four rows use "\r\n",but interval between rows is height,Can I control the interval?Thank you!

how to set row in Text

Posted: Thu Feb 12, 2009 9:29 am
by Edward
Hi,

Yes, you can control that parameter in the regular StiText control in the latest prerelease build. You can add HTML tags there. Also you need to set AllowHTMLTags property of the StiText component in true.

Thank you.