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 aa4c684 commit 6bd0197Copy full SHA for 6bd0197
Source/NETworkManager/Resources/Styles/ScrollViewerStyles.xaml
@@ -3,7 +3,7 @@
3
<Style x:Key="DefaultScrollViewer" TargetType="{x:Type ScrollViewer}"
4
BasedOn="{StaticResource MahApps.Styles.ScrollViewer}">
5
<Setter Property="PanningMode" Value="Both" />
6
- <Setter Property="HorizontalScrollBarVisibility" Value="Hidden" />
+ <Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
7
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
8
<Setter Property="Template">
9
<Setter.Value>
0 commit comments