ux: change delay time to show/hide scrollbar (#139)

This commit is contained in:
leo 2024-05-22 09:55:41 +08:00
parent 717e6b4faf
commit 82b00b357b

View file

@ -13,6 +13,9 @@
<Style.Resources> <Style.Resources>
<x:Double x:Key="ScrollBarSize">12</x:Double> <x:Double x:Key="ScrollBarSize">12</x:Double>
</Style.Resources> </Style.Resources>
<Setter Property="ShowDelay" Value="0:0:0.1"/>
<Setter Property="HideDelay" Value="0:0:0.2"/>
</Style> </Style>
<Style Selector="ContentPresenter"> <Style Selector="ContentPresenter">