Skip to content

Commit

Permalink
set scrollbar visibility to auto (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Dev committed Jun 25, 2020
1 parent 5fcc4ed commit cf949ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/TeachingTip/TeachingTip.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@
Child="{TemplateBinding HeroContent}"
Background="{TemplateBinding Background}"/>
<Grid x:Name="NonHeroContentRootGrid" Grid.Row="1">
<ScrollViewer Foreground="{TemplateBinding Foreground}">
<ScrollViewer Foreground="{TemplateBinding Foreground}"
VerticalScrollBarVisibility="Auto">
<StackPanel Margin="{StaticResource TeachingTipContentMargin}">
<Grid Grid.Row="0">
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit cf949ae

Please sign in to comment.