views:

35

answers:

1

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

+1  A: 

This should do it:

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