|
60 | 60 | Width="0"
|
61 | 61 | MinWidth="0" />
|
62 | 62 | </Grid.ColumnDefinitions>
|
63 |
| - <Grid.RowDefinitions> |
64 |
| - <RowDefinition Height="Auto" /> |
65 |
| - <RowDefinition Height="*" /> |
66 |
| - </Grid.RowDefinitions> |
67 | 63 |
|
68 |
| - <local:ModernShellPage |
69 |
| - x:Name="PaneLeft" |
70 |
| - Grid.Row="1" |
71 |
| - BorderBrush="{ThemeResource ControlStrokeColorDefault}" |
72 |
| - ContentChanged="Pane_ContentChanged" |
73 |
| - CurrentInstanceBorderThickness="0,0,0,1" |
74 |
| - IsPageMainPane="True" |
75 |
| - Loaded="PaneLeft_Loaded" |
76 |
| - NavParams="{x:Bind NavParamsLeft, Mode=OneWay}" |
77 |
| - PaneHolder="{x:Bind}" /> |
| 64 | + <Border x:Name="PaneLeftBorder"> |
| 65 | + <local:ModernShellPage |
| 66 | + x:Name="PaneLeft" |
| 67 | + ContentChanged="Pane_ContentChanged" |
| 68 | + IsPageMainPane="True" |
| 69 | + Loaded="PaneLeft_Loaded" |
| 70 | + NavParams="{x:Bind NavParamsLeft, Mode=OneWay}" |
| 71 | + PaneHolder="{x:Bind}" /> |
| 72 | + </Border> |
78 | 73 |
|
79 |
| - <local:ModernShellPage |
80 |
| - x:Name="PaneRight" |
81 |
| - Grid.Row="1" |
| 74 | + <Border |
| 75 | + x:Name="PaneRightBorder" |
82 | 76 | Grid.Column="1"
|
83 |
| - x:Load="{x:Bind IsRightPaneVisible, Mode=OneWay}" |
84 |
| - BorderBrush="{ThemeResource ControlStrokeColorDefault}" |
85 |
| - ContentChanged="Pane_ContentChanged" |
86 |
| - CurrentInstanceBorderThickness="0,0,0,1" |
87 |
| - IsPageMainPane="False" |
88 |
| - Loaded="PaneRight_Loaded" |
89 |
| - NavParams="{x:Bind NavParamsRight, Mode=OneWay}" |
90 |
| - PaneHolder="{x:Bind}" /> |
| 77 | + x:Load="{x:Bind IsRightPaneVisible, Mode=OneWay}"> |
| 78 | + <local:ModernShellPage |
| 79 | + x:Name="PaneRight" |
| 80 | + ContentChanged="Pane_ContentChanged" |
| 81 | + IsPageMainPane="False" |
| 82 | + Loaded="PaneRight_Loaded" |
| 83 | + NavParams="{x:Bind NavParamsRight, Mode=OneWay}" |
| 84 | + PaneHolder="{x:Bind}" /> |
| 85 | + </Border> |
91 | 86 |
|
92 | 87 | <Custom:GridSplitter
|
93 | 88 | x:Name="PaneResizer"
|
94 |
| - Grid.Row="1" |
95 | 89 | Grid.Column="1"
|
96 | 90 | Width="5"
|
97 | 91 | MinWidth="5"
|
|
0 commit comments