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

Change Slider value on MouseWheel event. #2171

Merged
merged 3 commits into from
Oct 22, 2015

Commits on Oct 20, 2015

  1. Change Slider value on MouseWheel event.

    Possibility to rotate the mouse wheel and change the value of the slider in following situations:
        * None
        * Only when the slider is focuesed and the mouse wheel is rotated
        * If the mouse pointer is over the slider and the mouse wheel is rotated
    michaelmairegger committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    7fc25c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Always unregister events.

    Changed OnX and GetX to parameter Slider instead of UIElement to recieve a warning in XAML designer.
    michaelmairegger committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    6c5f24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d634baf View commit details
    Browse the repository at this point in the history