Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor.
public override bool AllowMouseWheel { get; set; }
Overrides Public Property AllowMouseWheel As Boolean
Not all editors support value scrolling via the Mouse Wheel. For editors that support this feature, you can disable this functionality via the AllowMouseWheel property.