Click or drag to resize
GridFeaturesEnableMouseWheel Property
Gets or sets a value to show that the mouse wheel is supported.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool EnableMouseWheel { get; set; }

Property Value

Type: Boolean
Whether or not mouse wheel support is enabled.
Remarks
Mouse wheel support in GridControl is similar to MS Excel and Internet Explorer 4.0. The following features are included:
  • Scrolling by rolling the mouse wheel.
  • Scrolling horizontally by clicking SHIFT and rolling the mouse wheel.
  • Zooming in and out by clicking CTRL and rolling the mouse wheel.

This property must be set in the designer.

See Also