Skip to content

Commit

Permalink
Added x:Name="PART_ScrollContentPresenter" to ScrollContentPresenter …
Browse files Browse the repository at this point in the history
…inside ScrollViewer.xaml (#9239)
  • Loading branch information
himgoyalmicro authored Jun 17, 2024
1 parent 4f719ed commit 06123c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Grid.Column="0"
Grid.ColumnSpan="2"
Margin="{TemplateBinding Padding}">
<ScrollContentPresenter CanContentScroll="{TemplateBinding CanContentScroll}" />
<ScrollContentPresenter x:Name="PART_ScrollContentPresenter" CanContentScroll="{TemplateBinding CanContentScroll}" />
</Grid>

<ScrollBar
Expand Down

0 comments on commit 06123c1

Please sign in to comment.