File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3838 <materialDesign : DialogHost Identifier =" RootDialog" >
3939 <materialDesign : DrawerHost IsLeftDrawerOpen =" {Binding ElementName=MenuToggleButton, Path=IsChecked}" >
4040 <materialDesign : DrawerHost .LeftDrawerContent>
41- <StackPanel Orientation = " Vertical " >
41+ <DockPanel MinWidth = " 212 " >
4242 <ToggleButton Style =" {StaticResource MaterialDesignHamburgerToggleButton}"
43+ DockPanel.Dock=" Top"
4344 HorizontalAlignment =" Right" Margin =" 16"
4445 IsChecked =" {Binding ElementName=MenuToggleButton, Path=IsChecked, Mode=TwoWay}" />
4546 <ListBox x : Name =" DemoItemsListBox" Margin =" 0 16 0 16" SelectedIndex =" 0"
168169 </domain : DemoItem .Content>
169170 </domain : DemoItem >
170171 </ListBox >
171- </StackPanel >
172+ </DockPanel >
172173 </materialDesign : DrawerHost .LeftDrawerContent>
173174 <DockPanel >
174175 <materialDesign : ColorZone Padding =" 16" materialDesign:ShadowAssist.ShadowDepth=" Depth2"
You can’t perform that action at this time.
0 commit comments