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 38
38
<materialDesign : DialogHost Identifier =" RootDialog" >
39
39
<materialDesign : DrawerHost IsLeftDrawerOpen =" {Binding ElementName=MenuToggleButton, Path=IsChecked}" >
40
40
<materialDesign : DrawerHost .LeftDrawerContent>
41
- <StackPanel Orientation = " Vertical " >
41
+ <DockPanel MinWidth = " 212 " >
42
42
<ToggleButton Style =" {StaticResource MaterialDesignHamburgerToggleButton}"
43
+ DockPanel.Dock=" Top"
43
44
HorizontalAlignment =" Right" Margin =" 16"
44
45
IsChecked =" {Binding ElementName=MenuToggleButton, Path=IsChecked, Mode=TwoWay}" />
45
46
<ListBox x : Name =" DemoItemsListBox" Margin =" 0 16 0 16" SelectedIndex =" 0"
168
169
</domain : DemoItem .Content>
169
170
</domain : DemoItem >
170
171
</ListBox >
171
- </StackPanel >
172
+ </DockPanel >
172
173
</materialDesign : DrawerHost .LeftDrawerContent>
173
174
<DockPanel >
174
175
<materialDesign : ColorZone Padding =" 16" materialDesign:ShadowAssist.ShadowDepth=" Depth2"
You can’t perform that action at this time.
0 commit comments