File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
HorizontalAlignment=" Stretch"
49
49
VerticalAlignment=" Stretch"
50
50
Canvas.ZIndex=" 10"
51
- ContextRequested=" PaneColumnGrid_ContextRequested"
52
51
XYFocusKeyboardNavigation=" Enabled" >
53
52
<Grid .RowDefinitions>
54
53
<RowDefinition Height =" *" />
63
62
<ScrollViewer
64
63
x:Name=" MenuItemHostScrollViewer"
65
64
Padding=" 0,8,0,0"
65
+ ContextRequested=" MenuItemHostScrollViewer_ContextRequested"
66
66
HorizontalScrollMode=" Disabled"
67
67
VerticalScrollBarVisibility=" Auto"
68
68
XYFocusKeyboardNavigation=" Enabled" >
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ private void SidebarResizer_ManipulationCompleted(object sender, ManipulationCom
228
228
e . Handled = true ;
229
229
}
230
230
231
- private void PaneColumnGrid_ContextRequested ( UIElement sender , ContextRequestedEventArgs e )
231
+ private void MenuItemHostScrollViewer_ContextRequested ( UIElement sender , ContextRequestedEventArgs e )
232
232
{
233
233
var newArgs = new ItemContextInvokedArgs ( null , e . TryGetPosition ( this , out var point ) ? point : default ) ;
234
234
ViewModel . HandleItemContextInvokedAsync ( this , newArgs ) ;
You can’t perform that action at this time.
0 commit comments