I use uwp navigation example as an example for my application navigation. I need to set the focus on TextBox. I try it on uwp navigation example. For BasicPage I add this co
if you want to focus a textbox programatically. Prevent keyboarddisplay so layoutupdate event wont fire. You can do something like
then in page_loaded event do Test1.Focus(FocusState.Programmatic);