And wordWrap=true

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: [email protected] [mailto:[email protected]] On Behalf 
Of Tracy Spratt
Sent: Tuesday, March 03, 2009 10:44 AM
To: [email protected]
Subject: RE: [flexcoders] list control multiple lines?

Set variableRowHeight="true"

Tracy

________________________________
From: [email protected] [mailto:[email protected]] On Behalf 
Of Greg Morphis
Sent: Tuesday, March 03, 2009 1:06 PM
To: [email protected]
Subject: [flexcoders] list control multiple lines?


I'm working on an enhancement for an existing app and currently
there's a list control being populated.
The problem is that if there's too much text entered in the admin
section then it's just running off to the side and being hidden.
I looked at the List properties (this is Flex 2 btw) and nothing stands out.
Will this require a custom item renderer and does anyone have examples if so?
Also gmail is blocked from the my work laptop and accessing it via
home PC so this is the best I can do for code:

basically it looks like this currently...
<mx:VBox width="100%" height="100%" id="Headlines">
<mx:Label...
<mx:List width="100%" id="lstHeadlines"
dataProvider="{MyModel.getInstance().myHeadlines}"
labelfield="headline"/>
..
</mx:VBox>

Any help is appreciated,

Thanks

Reply via email to