This is a migrated thread and some comments may be shown as answers.

Setting IsTabStop="False" doesn't do anything

1 Answer 129 Views
Slider
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 30 Jan 2013, 11:37 PM
Shouldn't I be able to remove this from the tab order with this command?  It still tabs to the buttons and all.

Also the radcombo box is like that too.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kiril Vandov
Telerik team
answered on 04 Feb 2013, 04:59 PM
Hello danparker276,

This is the expected default behavior for the RadSlider in order to prevent the Slider from compleatelly ignoring the tab key you could use those two approaches:
-If you want to avoid focusing the Slider in WPF  you could set KeyboardNavigation.TabNavigation =None.
-If you want to avoid focusing the Slider in SL you could make custom styles setting the Increase/Decrease handles and the thumb IsTabStop property, by changing "IncreaseHandleStyle", "DecreaseHandleStyle", "ThumbStyle", "SelectionMiddleThumbStyle" styles.

I hope this information helps.

Kind Regards,
Kiril Vandov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Slider
Asked by
danparker276
Top achievements
Rank 2
Answers by
Kiril Vandov
Telerik team
Share this question
or