WPFwiki, wpf, wiki, .net 3.0, windows presentation foundation, FAQ, free resources, solution, development, microsoft Home of the world's largest WPF FAQ
Edit

Category

Keyboard Navigation

Edit

Question

Can I change the order in which controls are focused in TabNavigation?

Edit

Answer

Yes, KeyboardNavigation defines an attached property called KeyboardNavigation.TabIndex.

This property can be modified on any control to alter the logical sequence of the TabNavigation.

Changing the TabIndex of a control affects the logical navigation sequence up to any ancestor that defined its KeyboardNavigation.TabNavigation as KeyboardNavigationMode.Local (if there is any).

Edit

Keywords

Tab order, TabOrder

All content is Copyright ©2007 Xceed Software Inc. unless otherwise indicated. See the Terms of Service. Contributors must read and agree to the Contribution Policy. WPFwiki is brought to you by Xceed, makers of the powerful yet free Xceed DataGrid for WPF.