Hi !
I've got problem with keyboard focus. This is how it works now (not correctly):
- TextBox
- MyControl
- if MyControl.PopupShowed then GOTO 1. else GOTO 4.
- ComboBox
I want by Popup Close to continue with the last tab focus, that means jump from 3 to 4.
How could I do that, please?
<Window>
...
<TextBox />
<MyControl>
...
<Popup>
</Popup>
</MyControl>
<ComboBox />
...
</Window>
FocusableProperty.OverrideMetadata(typeof(ListPicker), new FrameworkPropertyMetadata(true));