This property sets whether or not the mouse wheel can be used to scroll.

[Visual Basic]Public Property MouseWheelEnabled As Boolean
[C#]public bool MouseWheelEnabled {get; set;}

Property Valule

True: Mouse wheel can be used to scroll

False: Mouse wheel cannot be used to scroll

Defaul value is True

Explanation

The MouseWheelEnabled property sets whether the mouse wheel can be used to scroll.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation