Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeSlider: Inadequate snapping to ticks #2880

Closed
maks991 opened this issue Mar 5, 2017 · 0 comments
Closed

RangeSlider: Inadequate snapping to ticks #2880

maks991 opened this issue Mar 5, 2017 · 0 comments
Milestone

Comments

@maks991
Copy link

maks991 commented Mar 5, 2017

At now snapping to ticks in the RangeSlider doesn't work as it should. As soon as I start moving thumb it goes crazy jumping in an unpredictable way. I use MahApps.Metro v1.4.3.

XAML

<mapps:RangeSlider Minimum="0"
                   Maximum="100"
                   LowerValue="20"
                   UpperValue="80"
                   AutoToolTipPlacement="BottomRight"
                   Margin="20"
                   Height="20"
                   TickFrequency="5"
                   IsSnapToTickEnabled="True"
                   TickPlacement="BottomRight"
                   MinRangeWidth="0"
                   MinRange="0"/>

VIDEO

Also I recorded the video that demonstrates the problem (you can watch it in your browser, you don't need to download it): RangeSliderGoesCrazy.mp4

@punker76 punker76 added this to the 1.5.0 milestone Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants