-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Range Slider V2.0 #1055
Closed
QuantumDeveloper
wants to merge
53
commits into
MahApps:master
from
QuantumDeveloper:feature/RangeSlider
Closed
Range Slider V2.0 #1055
QuantumDeveloper
wants to merge
53
commits into
MahApps:master
from
QuantumDeveloper:feature/RangeSlider
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add event handler for each of both events (Lower/Upper value changed)
Add event handler for each of both events (Lower/Upper value changed)
…Apps.Metro into feature/RangeSlider
…d to bugs when LowerValue > 0
…imum update Lower and Upper values now checked for correctness. That leads rangslide width to calculate correctly. This issue happen if lower and upper valued were not set by user.
Coerce minimum and maximum now return value without chek (temporary solution) Width calculation fixed. Coerce Lower/Upper value change check from < to <= and from > to >= to fix issue with incorrect setting Lower or Upper Value if this value = Minimum or Maximum.
… Upper and Central Thumb.
…. from 0 to max width. Deleted overriding of Orientation property because its not needed anymore Temporary comment all coerce checks because they do`nt work correctly. Needs to be fixed further.
…g left mouse button for lwft thumb and right mouse button for right thumb
Left mouse button behavior: immediate move to muse position on left or right side outside tha range/ also move selected range Left mouse click + leftControl inside range = move left thumb to cursor position Right mouse click + leftControl inside range = move right thumb to cursor position
…ge. ExtendeMode should be set to true
…eSelection true/false variants.
…M+LControl or RMB+LControl
…properties, which can lead to an incorrect behavior of RangeSlider itself
…this calss inaccessible outside of Slider
…and implemented its behavior
…led = true and MinRange>0 2. Locked Recalculationg of values if they riched borders (fixing extra changed event calls)
…e property instead
Start with coerce callbacks
…nding to precision like in standard slider when move with small/large change
This was referenced Feb 21, 2014
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What was fixed:
What was added:
Using Exteded mode you also can without problems move whole range by clicking leftmouse button