Archive for the 'VDividedBox' Category

22
Sep

Setting the padding between children in a DividedBox in Flex

The following example shows how you can adjust the horizontal padding between children in a Flex HDividedBox container by setting the horizontalGap style.

Full code after the jump.

Continue reading ‘Setting the padding between children in a DividedBox in Flex’

18
Sep

Customizing the divider skin on a DividedBox container in Flex

The following example shows how you can customize the divider skin on a Flex HDividedBox or VDividedBox container by setting the dividerSkin style.

Full code after the jump.

Continue reading ‘Customizing the divider skin on a DividedBox container in Flex’

17
Sep

Setting a custom divider color on the DividedBox container in Flex

The following example shows how you can set a custom divider color on a Flex DividedBox container (HDividedBox or VDividedBox) by setting the dividerColor style.

Full code after the jump.

Continue reading ‘Setting a custom divider color on the DividedBox container in Flex’

09
Oct

Programmatically resizing a Flex HDividedBox container

The following example shows how you can programmatically resize an HDividedBox container in Flex using the moveDivider() and getDividerAt() methods.

Full code after the jump.

Continue reading ‘Programmatically resizing a Flex HDividedBox container’