I have a property grid in a standard WPF tab control. When I switch tabs, the focus goes to the tab and not the control(s) inside the tab. When the user selects "Tab A", I want to reset focus to the property grid (and the selected item), so the keyboard works as expected. How can I?
I've seen some other posts on the forum where you indicate it is not possible to set focus back to a category item?
I'm interested in setting focus back to whatever item the user selected. This could be a category or a regular item.
I've seen some other posts on the forum where you indicate it is not possible to set focus back to a category item?
I'm interested in setting focus back to whatever item the user selected. This could be a category or a regular item.