My component is creatively called flex.utils.ui.DividedBox. It has all the same properties and styles as its parent, plus these two styles:
- dividerBackgroundColor - the background color behind each divider, defaults to #000000.
- dividerBackgroundAlpha - the alpha value for the background color, defaults to 1.
Here it is in action (View Source enabled):
2 comments:
Hi, nice work. How do you remove the handle from the divider? I just want the background color to show.
Good question. I think if you set dividerSkin="{null}" it hides the handle? Give it a try.
Post a Comment