JimBo083
JimBo083

Reputation: 17

How to customize accordion and panel look

I want to increase the (height) size and change the color of a spark accordion header, similarly I want to change the color of a spark panel header. Can I do this through mxml properties and css or will I need to use a custom skin?

Upvotes: 0

Views: 663

Answers (1)

JeffryHouser
JeffryHouser

Reputation: 39408

I recommend creating a custom skin. That was the way Spark was designed to be customized. Specific styles and the sort are almost an afterthought.

Upvotes: 1

Related Questions