Version

GesturesEnabled Property (UltraGrid)

Returns or sets a value indicating whether the control handles touch input digitizer gestures.
Syntax
'Declaration
 
Public Property GesturesEnabled As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean GesturesEnabled {get; set;}
Remarks

When gestures are enabled, the control responds to pan gestures by scrolling and/or lasso selection of rows. It also responds to the press-and-hold and press-and-tap gestures by displaying its ContextMenu.

Additional gesture support is typically provided by the operating system, i.e., tap gestures are translated into mouse messages, which are handled by the control in the same manner that actual mouse messages are handled. This property does not affect the gesture support provided by the operating system.

Setting this property to a non-default value overrides the value of the static GesturesEnabled property exposed by the UltraControlBase class.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UltraGrid Class
UltraGrid Members
GesturesEnabled (UltraControlBase class)
GestureQueryStatus
GestureStarting
PanGesture
ZoomGesture
RotateGesture
PressAndTapGesture
TwoFingerTapGesture
PressAndHoldGesture
IsTouchSupported