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.
[click to continue…]
Tagged as:
horizontalGap
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.
[click to continue…]
Tagged as:
dividerSkin,
horizontalGap
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.
[click to continue…]
Tagged as:
dividerColor
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.
[click to continue…]
Tagged as:
getDividerAt(),
moveDivider()