Skip to content

Commit 06123c1

Browse files
Added x:Name="PART_ScrollContentPresenter" to ScrollContentPresenter inside ScrollViewer.xaml (#9239)
1 parent 4f719ed commit 06123c1

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ScrollViewer.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Grid.Column="0"
3333
Grid.ColumnSpan="2"
3434
Margin="{TemplateBinding Padding}">
35-
<ScrollContentPresenter CanContentScroll="{TemplateBinding CanContentScroll}" />
35+
<ScrollContentPresenter x:Name="PART_ScrollContentPresenter" CanContentScroll="{TemplateBinding CanContentScroll}" />
3636
</Grid>
3737

3838
<ScrollBar

0 commit comments

Comments
 (0)