getDividerAt(i).visible = false should hide it.
-
Gordon
-----Original Message-----
From: Benoit Hediard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 02, 2005 10:14 AM
To: [email protected]
Subject: [flexcoders] How to hide/disable the divider bar?Hi,Has anyone found a way to hide/disable the divider bar in a DividedBox?I've tried to play with verticalGap, dividerAffordance and dividerWidth without success.I don't want to use the destroy children method, just to enable/disable the divider bar.The most logical way I've found is to change the verticalGap value (set to 0 to hide the divider) but it does not work dynamically, only when set in mxml.When changing the verticalGap value during runtime, what method must called to redraw/resize the DividedBox?Benoit Hediard

