WPF tab order working wrong

后端 未结 2 1856
没有蜡笔的小新
没有蜡笔的小新 2021-01-20 01:04

I have a view in WPF that I have been fighting to get the tab order correct on. I have three text boxes (lets call them Text1, Text2, and Text3) and two custom controls, eac

2条回答
  •  庸人自扰
    2021-01-20 01:34

    Please post your XAML code. In the meantime, some things to consider include:

    • Check the KeyboardNavigation.TabIndex attribute values one more time
    • Are you dynamically adding the custom tabs at runtime?
    • Are you programmatically altering or interacting with the custom controls at runtime?
    • Ensure the tabs are listed in the proper order, in the XAML markup

提交回复
热议问题