Is MouseWheel event does support TimeSpanEditBox

Docking/MDI for WPF Forum

Posted 11 years ago by keshav bansal
Version: 12.2.0572
Avatar

Hi,

i have wired up mouse wheel event of TimeSpanEditBox control when i changed value through mouse scroll up and down then

value has not been updated in value property.

for Ex. intial value: 00:01:00 now do mouse scroll up then value should be 00:02:00

Where can i get changed value is there any property in comtrol.?

Please suggest to me how can i use mouse wheel event for TimeSpanEditBox.

Thanks & Regards,

Kashev Bansal 

Comments (1)

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

Hello, without something to debug it's hard to know what you are doing.  But in general, you'd probably want to find the "part" of the edit box you want to modify and then see if it is an ISpinnable.  If so, then call methods like Increment and Decrement in your mouse wheel handler.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.