Reputation: 5294
I need a kind of DividedBox
with Flex (4.6). This is a component where two groups of components are separated by a bar that can be moved with the mouse. The user can hence chose which group can have more space on the screen.
Of course, there are HDividedBox
and VDividedBox
coming with Halo and the mx.*
packages.
But nothing with Spark. Moreover, in Flex Builder, HDividedBox
and VDividedBox
are not marked as being recommended components.
Are there DividedBox equivalents with Spark?
If not: is it on the roadmap? Are there some cons in using the DividedBox from Halo with my Spark components?
Upvotes: 2
Views: 2534
Reputation: 1703
There are no Spark alternatives for these DividedBox containers. DividedBoxes can use MX and Spark components as children. You can use Divided Boxes without any problems.
Upvotes: 5