Skip to content

Commit 447044e

Browse files
authored
Fix: Horizontal scrollbar in some views (#2945)
* Fix: Horizontal scrollbar in some views * Docs: ##2945
1 parent aa4c684 commit 447044e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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>

Website/docs/changelog/next-release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Release date: **xx.xx.2024**
3333

3434
## Bugfixes
3535

36+
- Horizontal scrollbar fixed for some views. [#2945](https://github.com/BornToBeRoot/NETworkManager/pull/2945)
3637
- Fixed an issue with DPI scaling where the application was blurry if a second monitor had a different dpi setting than the main monitor. [#2941](https://github.com/BornToBeRoot/NETworkManager/pull/2941)
3738
- Changed the Welcome dialog from `MahApps.Metro.Controls.Dialogs` to `MahApps.Metro.SimpleChildWindow`, so the main window can be dragged and resized on the first start. [#2914](https://github.com/BornToBeRoot/NETworkManager/pull/2914)
3839

0 commit comments

Comments
 (0)