Reputation: 19895
Does anyone know how can the horizontal control line be removed or made invisible.
What am trying to say is, I just want to show the drag-thumb and not the horizontal line.
Is there a way to do so, with out using skins?
Regards Zeeshan
Upvotes: 1
Views: 184
Reputation: 5042
This should do it:
HSlider
{
trackSkin:ClassReference(null);
trackHighlightSkin:ClassReference(null);
}
Upvotes: 1