mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
fix: close #1451
This commit is contained in:
parent
cb66005479
commit
8548a60193
@ -4107,7 +4107,7 @@
|
||||
</Grid>
|
||||
</ControlTemplate>
|
||||
<Style x:Key="ScrollViewerUpDown" TargetType="ScrollViewer">
|
||||
<Setter Property="VerticalScrollBarVisibility" Value="{Binding Path=(hc:ScrollViewer.VerticalScrollBarVisibility),RelativeSource={RelativeSource TemplatedParent}}" />
|
||||
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
|
||||
<Setter Property="Focusable" Value="False" />
|
||||
<Setter Property="Template" Value="{StaticResource ScrollViewerUpDownControlTemplate}" />
|
||||
</Style>
|
||||
|
@ -47,7 +47,7 @@
|
||||
</ControlTemplate>
|
||||
|
||||
<Style x:Key="ScrollViewerUpDown" TargetType="ScrollViewer">
|
||||
<Setter Property="VerticalScrollBarVisibility" Value="{Binding Path=(hc:ScrollViewer.VerticalScrollBarVisibility),RelativeSource={RelativeSource TemplatedParent}}" />
|
||||
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
|
||||
<Setter Property="Focusable" Value="False"/>
|
||||
<Setter Property="Template" Value="{StaticResource ScrollViewerUpDownControlTemplate}"/>
|
||||
</Style>
|
||||
|
@ -4107,7 +4107,7 @@
|
||||
</Grid>
|
||||
</ControlTemplate>
|
||||
<Style x:Key="ScrollViewerUpDown" TargetType="ScrollViewer">
|
||||
<Setter Property="VerticalScrollBarVisibility" Value="{Binding Path=(hc:ScrollViewer.VerticalScrollBarVisibility),RelativeSource={RelativeSource TemplatedParent}}" />
|
||||
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
|
||||
<Setter Property="Focusable" Value="False" />
|
||||
<Setter Property="Template" Value="{StaticResource ScrollViewerUpDownControlTemplate}" />
|
||||
</Style>
|
||||
|
Loading…
Reference in New Issue
Block a user