Hi,
I am using the mobile components in a desktop application, and so I have applied the mobile them to the project. For Scroller components though, I would like for them to use the default Spark skin. I've been looking at the src files for the skin classes, but can't figure out how this component's visual appaearance is changed when different themes are used. Can someone point me in the right direction please?
thx
Found them.
s|HScrollBar
{
skinClass: ClassReference("spark.skins.spark.HScrollBarSkin")
}
s|VScrollBar
{
skinClass: ClassReference("spark.skins.spark.VScrollBarSkin")
}
I had to add these within the main TabbedViewNavigatorApplication tag though; it would not let me add these to the views that contained the scroller. I don't understand why that is, but it is working.
thx
North America
Europe, Middle East and Africa
Asia Pacific