In Flex, is there a Spark equivalent of DividedBox?

actionscript-3, apache-flex, flex-spark, halo

Solution

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.

Problem

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?

Original source