This commit is contained in:
Sergey Kozyrev 2024-02-29 15:03:05 +04:00
parent 183e18eebe
commit 8ea2a64d5f

View File

@ -8,23 +8,23 @@
Title="MainWindow" Height="450" Width="800">
<Grid ShowGridLines="True">
<Grid.ColumnDefinitions>
<ColumnDefinition Width ="*" MinWidth="200"/>
<ColumnDefinition Width ="*" MinWidth="100"/>
<ColumnDefinition Width ="*" />
<ColumnDefinition Width ="*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="*" MinHeight="200"/>
<RowDefinition Height="*" MaxHeight="100"/>
<RowDefinition Height="3*" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<GridSplitter Grid.Column="1" Grid.Row="0" ShowsPreview="False" Width="3" HorizontalAlignment="Left" VerticalAlignment="Stretch" />
<GridSplitter Grid.Row="1" Grid.ColumnSpan="3" Height="3" HorizontalAlignment="Stretch" VerticalAlignment="Top" />
<Grid Grid.Row="0" Grid.Column="2" ShowGridLines="True">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" MinWidth="30"/>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="*" MinHeight="100"/>
<RowDefinition Height="*" MinHeight="200"/>
<RowDefinition Height="*" />
<RowDefinition Height="2*" />
</Grid.RowDefinitions>
</Grid>
</Grid>