We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338df6b commit 2b9d399Copy full SHA for 2b9d399
src/Wpf.Ui/Controls/NavigationView/NavigationViewContentPresenter.xaml
@@ -22,7 +22,7 @@
22
x:Key="DefaultNavigationViewContentPresenterWithDynamicScrollViewerControlTemplate"
23
TargetType="{x:Type controls:NavigationViewContentPresenter}"
24
>
25
- <controls:DynamicScrollViewer HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="False">
+ <controls:DynamicScrollViewer x:Name="PART_ContentScrollViewer" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="False">
26
<ContentPresenter x:Name="PART_FrameCP" Margin="{TemplateBinding Padding}" />
27
</controls:DynamicScrollViewer>
28
</ControlTemplate>
0 commit comments