Reputation: 3763
I have a control Transition Control in mvvm.I want that in this sample the content control can not got keyboardfocus...how do it?
Upvotes: 0
Views: 76
Reputation: 125443
Try using <ContentControl IsTabStop="False".. />
rather than KeyBoardNavigation.IsTabStop
Upvotes: 1