how to get a Flex text control to word wrap

后端 未结 9 2048
生来不讨喜
生来不讨喜 2020-12-29 02:50

I\'m creating an Adobe Flex application and I have a Text control (mx:Text), which is supposedly used when you need multiline noneditable text (as opposed to a Label, which

9条回答
  •  执念已碎
    2020-12-29 03:27

    So Christian's example of just an Application with a Text element inside work, but it is far too easy to screw up the layout. Just add one VBox inbetween and wrapping does not work:

    
    
            
    
    
    

提交回复
热议问题