PDA

View Full Version : [Label] how to turn on word wrapping?


Can I
04-27-2007, 09:00 PM
hi there,

the question is stated in the topic of this thread

dr_zeus
04-27-2007, 10:11 PM
The Label control does not support word wrapping. The Text control might work, or you may need to use a UITextField.

Assertnfailure
04-28-2007, 09:44 AM
Yep.....use mx.controls.Text

"The Text control displays multiline, noneditable text. Use the Label control if you need only a single line of text."

Can I
04-28-2007, 12:26 PM
thanks