|
|
@ -3,7 +3,7 @@ |
|
|
x:Class="IntegrationTestApp.ShowWindowTest" |
|
|
x:Class="IntegrationTestApp.ShowWindowTest" |
|
|
Name="SecondaryWindow" |
|
|
Name="SecondaryWindow" |
|
|
Title="Show Window Test"> |
|
|
Title="Show Window Test"> |
|
|
<Grid ColumnDefinitions="Auto,Auto" RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto"> |
|
|
<Grid ColumnDefinitions="Auto,Auto" RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto,Auto"> |
|
|
<Label Grid.Column="0" Grid.Row="1">Client Size</Label> |
|
|
<Label Grid.Column="0" Grid.Row="1">Client Size</Label> |
|
|
<TextBox Name="ClientSize" Grid.Column="1" Grid.Row="1" IsReadOnly="True" |
|
|
<TextBox Name="ClientSize" Grid.Column="1" Grid.Row="1" IsReadOnly="True" |
|
|
Text="{Binding ClientSize, Mode=OneWay}"/> |
|
|
Text="{Binding ClientSize, Mode=OneWay}"/> |
|
|
@ -31,5 +31,6 @@ |
|
|
<ComboBoxItem>Maximized</ComboBoxItem> |
|
|
<ComboBoxItem>Maximized</ComboBoxItem> |
|
|
<ComboBoxItem>Fullscreen</ComboBoxItem> |
|
|
<ComboBoxItem>Fullscreen</ComboBoxItem> |
|
|
</ComboBox> |
|
|
</ComboBox> |
|
|
|
|
|
<Button Name="HideButton" Grid.Row="8" Command="{Binding $parent[Window].Hide}">Hide</Button> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</Window> |
|
|
</Window> |
|
|
|