Version

EnablePanning Property

Returns or sets a boolean value indicating whether the PanGesture event will be allowed to occur if the user changes position on the touch surface before losing contact.
Syntax
'Declaration
 
Public Property EnablePanning As Boolean
public bool EnablePanning {get; set;}
Remarks

The EnablePanning property is only applicable for the first occurrence of the PressAndHold event, i.e., before the user has lost contact with the touch surface.

Setting this property to true enables pan gesture processing while the user changes position on the touch surface. This can be used, for example, to initiate a drag operation.

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