I have a WPF combobox…which is non-editable. When I tab into this combobox…I have a style setter (<Setter Property="IsDropDownOpen" Value="True"/>) to open the combobox. But when I tab again..the focus move to next item in the opened combobox….and it cycles over there. I am not able to tab out to next control.
What is wrong here?
Thanks
Try :
Or
Work with KeyboardNavigation :
WPF tab order with custom controls?
Not recommend, but works…