Reputation: 1820
I'm creating a skin for my ButtonBar component because I need to use toolTips. How do I make it transparent? How do I remove all the drawing except for the label and the toolTip?
Thanks for any helpful tips.
Upvotes: 1
Views: 1051
Reputation: 1716
You need to create individual skins for the buttons. There is a skin for first button, middleButtons and last button. Make them transparent plus any styling you want. Here is a link to the docs about it: Button Bar and Tab Control Skins
Upvotes: 1