Change values with mouse wheel in xxxedit

Grids for WPF Forum

Posted 11 years ago by Bartek Gloger
Version: 12.2.0573
Avatar

Hi,

are there any plans to include support for changing values in the property grid with the mouse wheel? E.g. If I have the arrows for changing values with the keyboard enabled, I 'd like to change it with the mouse, too, if the focus is set.

How would I do it myself?

 

Regards,

 

Bartek

Comments (2)

Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Bartek,

We can log your request.  You might be able to accomplish this yourself by intercepting unhandled mouse wheel events (when focus is in the PropertyGrid) and the looking at the current focused element (Keyboard.FocusedElement).  Then examine it and its visual ancestors to see if any of them are ISpinnable.  If you encounter one, you can try to increment or decrement the value appropriately.


Actipro Software Support

Posted 10 years ago by Tim Schattkowsky
Avatar

I miss this as well!

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.