I cannot get the selection box in my Xbox UWP app popup
问题 I have created a popup and have some buttons over it and I am not able to select those and nor does the XBox default selection box appears around the button. <Grid> <StackPanel HorizontalAlignment="Center" Margin="0,50,0,0"> <Button Content="Show Popup Flyout" Click="ShowFlyoutPopup" /> </StackPanel> <Popup x:Name="logincontrol1" IsOpen="False" IsLightDismissEnabled="True"> <Popup.ChildTransitions> <TransitionCollection> <PaneThemeTransition /> </TransitionCollection> </Popup.ChildTransitions