In a previous example, “Setting a custom divider color on the DividedBox container in Flex”, we saw how you could set a custom divider color on a Flex DividedBox container (HDividedBox or VDividedBox) by setting the dividerColor style.
The following example shows how you can set a custom divider alpha on a Flex DividedBox container (HDividedBox or VDividedBox) by setting the dividerAlpha style.
Full code after the jump.
Continue reading ‘Setting a custom divider alpha on the DividedBox container in Flex’
The following example shows how you can disable the dividers in a Flex HDividedBox container by using the numDividers property, getDividerAt() method, and setting the visible property.
Full code after the jump.
Continue reading ‘Disabling dividers in an HDividedBox container in Flex’
The following example shows how you can set a horizontal divider cursor on a Flex HDividedBox container by setting the horizontalDividerCursor style.
Full code after the jump.
Continue reading ‘Setting the horizontal divider cursor on an HDividedBox container 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’
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’
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’
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’