Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am getting problem in TabIndex of my page.
Scenario- I have User Controls which are placed on a WPF Form.
Inside User Control I have Stack-panel, 2 Grid with 2 column and few rows and Inside grid I have some text boxes and button and COmbo box.
How I can place the TabIndex for Keyboard TAB key on this?
Posted

1 solution

You need to create a public property in your usercontrol which gets and sets the TabIndex property of controls in the user control like textbox, combobox, button etc.
Then you can set the tabindex of those controls from your WPF form.

Hope, it helps :)
 
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