Skip to content

Instantly share code, notes, and snippets.

@davidblurton
Created March 8, 2013 11:47
Show Gist options
  • Save davidblurton/5115922 to your computer and use it in GitHub Desktop.
Save davidblurton/5115922 to your computer and use it in GitHub Desktop.
Sets the keyboard focus to the first element in the control's tab order.
InitializeComponent();
Loaded += (sender, e) => MoveFocus(new TraversalRequest(FocusNavigationDirection.Next));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment