How can I force the TextBox to display what is being entered into it?
问题 In my UWP app, I am invoking a ContentDialog when a button (btnCre8NewMap) is clicked. Here is the pertinent XAML: <Button x:Name="btnCre8NewMap" Content="Create New Map" ToolTipService.ToolTip="Create a new map" Margin="140,16,50,0" VerticalAlignment="Top" Click="btnCre8NewMap_Click"/> . . . <ContentDialog x:Name="cntDlgCre8Map" Title="Create a New Map" PrimaryButtonText="Save" CloseButtonText="Cancel" DefaultButton="Primary"> <StackPanel> <TextBlock Text="Map Name: "/> <TextBox x:Name=