Skip to content

Commit 2b9d399

Browse files
committed
restore PR lepoco#1504
1 parent 338df6b commit 2b9d399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wpf.Ui/Controls/NavigationView/NavigationViewContentPresenter.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
x:Key="DefaultNavigationViewContentPresenterWithDynamicScrollViewerControlTemplate"
2323
TargetType="{x:Type controls:NavigationViewContentPresenter}"
2424
>
25-
<controls:DynamicScrollViewer HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="False">
25+
<controls:DynamicScrollViewer x:Name="PART_ContentScrollViewer" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="False">
2626
<ContentPresenter x:Name="PART_FrameCP" Margin="{TemplateBinding Padding}" />
2727
</controls:DynamicScrollViewer>
2828
</ControlTemplate>

0 commit comments

Comments
 (0)