Hi all, I'm trying to get the Tree component in FMX04 to automatically show the horizontal scrollbar when a node is added that is wider than the component.
I've tried the obvious things: - myTree.hScrollPolicy = 'auto'; - myTree.hScrollPolicy = 'on'; myTree.maxHPosition = something; The second works, but I can't find anyway to find out what width it should be set to. I've dug into Tree.as, ScrollSelectList.as, SelectableRow.as etc. but they don't seem to provide anything. Has anyone found a way to do this yet? Or do I need to start writing my own tree component? -- Lindsay Evans. Developer, Red Square Productions. [p] 8596.4000 [f] 8596.4001 [w] www.redsquare.com.au --- You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
