Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is there a particular way to configure tabstops in wpf applications, in my app, the tabstops skips the datagrids, when the document flows from top to bottom...this particularly is hampering the usage of the application, is there a way to get round this problem...
Posted

1 solution

WPF uses two concepts, KeyBoard Focus and Logical Focus. Logical focus refers to the focused element in a focus scope.
You also need to understand a little bit about Focus, MoveFocus and PredictFocus in WPF.
Read more about MoveFocus here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900