Improving keyboard support in VariableValueSlider (#1559)

This commit is contained in:
Dave Grochocki 2021-06-03 03:23:45 -07:00 committed by GitHub
parent 318fe4b83f
commit 3cc3eaf4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,7 @@
Margin="8,0,8,-6"
VerticalAlignment="Center"
DataContext="{x:Bind}"
SmallChange="{x:Bind Step, Mode=TwoWay}"
StepFrequency="{x:Bind Step, Mode=TwoWay}"
ValueChanged="Slider_ValueChanged"
Value="{x:Bind Value, Mode=TwoWay}"