How to disable the toggle nature of buttons in spark:Buttonbar so that it would behave similar to mx:ButtonBar?
Asked
Active
Viewed 2,161 times
2 Answers
0
If you only want to make a visual change:
Create a custom skin class so that the "down state" of the button uses the same skin as the 'up state'.

JeffryHouser
- 39,401
- 4
- 38
- 59
-
1Yep, Flex 4 Spark components are built for ease of skinning / design; and with such changes some things are harder. – JeffryHouser Oct 28 '10 at 18:54