This is a migrated thread and some comments may be shown as answers.

Feature request: change value on mouse wheel

3 Answers 59 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Roman
Top achievements
Rank 1
Roman asked on 29 Mar 2011, 12:55 AM
Standard windows control can do this, and sometimes its very handy, especially when you need not to set some value but rather to change it live during some process. When control has focus and mouse whell is moved change it's value using SmallChange property.

It's very easy to implement and very comfortable to use. Thank you!

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 29 Mar 2011, 09:37 AM
Hello Roman,

 
This is a known bug in the RadNumericUpDown control for WPF. We will investigate the cause for this issue and we will fix it in one of our future releases. You can vote for it and track its progress in our Public Issue Tracking System (PITS) with Issue ID = 5278.


Greetings,
George
the Telerik team
0
Kristoffer
Top achievements
Rank 1
answered on 07 Jun 2013, 02:14 PM
This only works when the mouse is positioned above the control (the same goes for RadComboBox etc). In most, if not all applications, this type of control reacts on mouse wheel even if the mouse is elsewhere - as long as the control has focus.

You don't support this? Is it WPF related?
0
George
Telerik team
answered on 12 Jun 2013, 03:24 PM
Hello Kristoffer,

Yes, this is WPF related - the OnMouseWheel event is not fired when the mouse cursor is not over the RadNumericUpDown control. In this case cannot change the value.

Regards,
George
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
NumericUpDown
Asked by
Roman
Top achievements
Rank 1
Answers by
George
Telerik team
Kristoffer
Top achievements
Rank 1
Share this question
or