Can't enter enter text in TextBox control inside Flyout
问题 I want to use the CommandBar and a Flyout to build something like this. The user should click the button in the CommandBar ( Flyout opens), then enter text in the TextBox and then click the button on the right of TextBox to start the search request. The problem is, that when I click at the TextBox I can't enter text. It seems that it loses the focus, before I can write something. Below is the sample code. Whats wrong? <Page.Resources> <DataTemplate x:Key="Search"> <Grid> <Grid