File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 HorizontalAlignment=" Stretch"
4949 VerticalAlignment=" Stretch"
5050 Canvas.ZIndex=" 10"
51- ContextRequested=" PaneColumnGrid_ContextRequested"
5251 XYFocusKeyboardNavigation=" Enabled" >
5352 <Grid .RowDefinitions>
5453 <RowDefinition Height =" *" />
6362 <ScrollViewer
6463 x:Name=" MenuItemHostScrollViewer"
6564 Padding=" 0,8,0,0"
65+ ContextRequested=" MenuItemHostScrollViewer_ContextRequested"
6666 HorizontalScrollMode=" Disabled"
6767 VerticalScrollBarVisibility=" Auto"
6868 XYFocusKeyboardNavigation=" Enabled" >
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ private void SidebarResizer_ManipulationCompleted(object sender, ManipulationCom
228228 e . Handled = true ;
229229 }
230230
231- private void PaneColumnGrid_ContextRequested ( UIElement sender , ContextRequestedEventArgs e )
231+ private void MenuItemHostScrollViewer_ContextRequested ( UIElement sender , ContextRequestedEventArgs e )
232232 {
233233 var newArgs = new ItemContextInvokedArgs ( null , e . TryGetPosition ( this , out var point ) ? point : default ) ;
234234 ViewModel . HandleItemContextInvokedAsync ( this , newArgs ) ;
You can’t perform that action at this time.
0 commit comments