Click or drag to resize
GridFeaturesEnableIntelliMouse Property
Gets or sets a value indicating if Intelli Mouse support is enabled.

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

Property Value

Type: Boolean
Whether or not Intelli Mouse support is enabled.
Remarks
If Intelli Mouse support is enabled, Mouse Wheel support is also enabled (EnableMouseWheel). Intellimouse support is similar to MS Excel and MS Internet Explorer. Grid .NET supports the following features:
  • 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.
  • Auto scrolling by clicking the mouse wheel button and dragging the mouse up, down, to the left, or to the right.
  • ClickLock for the mouse wheel button: click and hold down mouse button for a momemt and your click is locked. With ClickLock you can scroll the grid by simply dragging the mouse. It works the same way as Autoscroll, but you don't have to hold the mousewheel button down. Click again to release ClickLock.

This property must be set in the designer.

See Also