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