Hi guys,
I have been trying to disable focus in the handle when I press tab or shift tab, because my control is readonly, I cannot click that is working, but if I press tab from another control to slider the handle focus and i can use arrows up down left and right of my keyboard.
I tried to set IsTabStop = true, but didn't work. I just want to ignore the control when press tab key going to the next control that is not readonly.
Is that possible? Disable the handler when readonly.
I attached a file that have 3 slider, notice that the control in the middle is readonly, but is focus when I pressed tab key.
I have been trying to disable focus in the handle when I press tab or shift tab, because my control is readonly, I cannot click that is working, but if I press tab from another control to slider the handle focus and i can use arrows up down left and right of my keyboard.
I tried to set IsTabStop = true, but didn't work. I just want to ignore the control when press tab key going to the next control that is not readonly.
Is that possible? Disable the handler when readonly.
I attached a file that have 3 slider, notice that the control in the middle is readonly, but is focus when I pressed tab key.