Skip to content

Instantly share code, notes, and snippets.

@eternaltung
Created October 5, 2014 16:44
Show Gist options
  • Select an option

  • Save eternaltung/0ab5381966a97557c744 to your computer and use it in GitHub Desktop.

Select an option

Save eternaltung/0ab5381966a97557c744 to your computer and use it in GitHub Desktop.
public MainPage()
{
this.InitializeComponent();
this.Loaded += MainPage_Loaded;
}
void MainPage_Loaded(object sender, RoutedEventArgs e)
{
SearchBox.Focus(FocusState.Programmatic);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment