Hi,
I have a tab control with several tabItems.
I have used the FocusManager.FocusedElement="{Binding ElementName=CustomerTab}" to select my tab, but the tab is not showing the dotted border it normally does when using the tab keys.
How can I set this?
If I use my arrow keys, the focus does move over to the 2nd tab item.
Thanks