C# wpf --- How do I have the first keyboard entries start in a specific TextBox when the dialog box is opened? TabIndex does not do that.
C# wpf --- How do I have the first keyboard entries start in a specific TextBox when the dialog box is opened? TabIndex does not do that.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Mar 13, 2024, 3:49 AM
You can do as below,
Sam HobbsPosted Mar 13, 2024, 10:18 PM
The following article explains the Tab Order (tab index) in WPF.
Control Class & Tab Order in WPF
https://www.c-sharpcorner.com/UploadFile/393ac5/control-class-tab-order-in-wpf
In the original Windows API the tab order was often called the Z-order.