Zeeshan Rang
Zeeshan Rang

Reputation: 19895

Remove HSlider horizontal control line

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

Answers (1)

Sophistifunk
Sophistifunk

Reputation: 5042

This should do it:

HSlider
{
    trackSkin:ClassReference(null);
    trackHighlightSkin:ClassReference(null);
}

Upvotes: 1

Related Questions