Skip to content

Commit 6bd0197

Browse files
committed
Fix: Horizontal scrollbar in some views
1 parent aa4c684 commit 6bd0197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager/Resources/Styles/ScrollViewerStyles.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Style x:Key="DefaultScrollViewer" TargetType="{x:Type ScrollViewer}"
44
BasedOn="{StaticResource MahApps.Styles.ScrollViewer}">
55
<Setter Property="PanningMode" Value="Both" />
6-
<Setter Property="HorizontalScrollBarVisibility" Value="Hidden" />
6+
<Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
77
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
88
<Setter Property="Template">
99
<Setter.Value>

0 commit comments

Comments
 (0)