Archive for February 27th, 2008
Overlapping TabBar in Flex
On a recent project I needed an overlapping tab bar, something that the default Flex TabBar doesn’t implement. While you can can easily change the spacing between tabs using a negative horizontalGap, you cannot retain a top-of-the-pile-like status for the selected tab. They are permanently stacked left-to-right on top of each other.
There’s a solution out [...]
Posted: February 27th, 2008 under Flex.
Comments: none