|
@@ -7,9 +7,9 @@
|
|
|
xmlns:sf="http://schemas.syncfusion.com/wpf"
|
|
|
mc:Ignorable="d"
|
|
|
d:DesignHeight="450" d:DesignWidth="800">
|
|
|
- <Grid>
|
|
|
+ <Grid SizeChanged="Grid_SizeChanged">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="Auto"/>
|
|
|
+ <RowDefinition x:Name="EditorRow" Height="Auto"/>
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
</Grid.RowDefinitions>
|