- WindowScrollWheelFcn
- WindowKeyPressFcn
- WindowKeyReleasedFcn
App designer: Enable mouse scroll to change value on slider
26 views (last 30 days)
Show older comments
In the app designer: Is it possible to change the value on the slider by scrolling? Or possibly by using arrows on the keyboard?
0 Comments
Accepted Answer
J. Alex Lee
on 25 Feb 2020
Take a look at the UIFigure's following properties:
If you need these only to work while the mouse is over the slider element, you can test the mouse's location with hittest().
0 Comments
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!