Disable shrink/expand on mouseover for all scrollbars.

This commit is contained in:
Chris Bordeman 2024-10-10 02:22:36 -04:00
parent c6788ccb48
commit 71b8e9e51c

View File

@ -77,6 +77,10 @@
<Style Selector="Button">
<Setter Property="VerticalContentAlignment" Value="Center"/>
</Style>
<Style Selector="ScrollBar">
<!-- It's called AutoHide, but this is really the mouseover shrink/expand. -->
<Setter Property="AllowAutoHide" Value="false"/>
</Style>
</Application.Styles>
<NativeMenu.Menu>