File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 136
136
ItemInvoked =" Sidebar_ItemInvoked"
137
137
MenuItemTemplateSelector =" {StaticResource NavItemSelector}"
138
138
MenuItemsSource =" {x:Bind local3:MainPage.SideBarItems, Mode=OneWay}"
139
- OpenPaneLength =" 500 "
139
+ OpenPaneLength =" {x:Bind AppSettings.SidebarWidth.Value, Mode=OneWay} "
140
140
PaneDisplayMode =" Left"
141
141
SelectedItem =" {x:Bind SelectedSidebarItem, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" >
142
142
<muxc : NavigationView .Resources>
Original file line number Diff line number Diff line change 162
162
</Grid .ColumnDefinitions>
163
163
164
164
<Grid >
165
- <controls : SidebarControl x : Name =" SidebarControl" EmptyRecycleBinCommand =" {x:Bind InteractionOperations.EmptyRecycleBin, Mode=OneWay}" />
165
+ <controls : SidebarControl
166
+ x : Name =" SidebarControl"
167
+ EmptyRecycleBinCommand =" {x:Bind InteractionOperations.EmptyRecycleBin, Mode=OneWay}" />
166
168
</Grid >
167
169
168
170
<Grid Grid.Column=" 1" >
You can’t perform that action at this time.
0 commit comments