I dont see either of those listed on the language reference site. http://livedocs.adobe.com/flex/2/langref/mx/controls/List.html
Where would I find those properties? On Tue, Mar 3, 2009 at 1:19 PM, Alex Harui <[email protected]> wrote: > And wordWrap=true > > > > Alex Harui > > Flex SDK Developer > > Adobe Systems Inc. > > 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 > > ------------------------------------ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[email protected] mailto:[email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

