Version

MousePanning Property

Returns or sets whether mouse panning using the middle mouse button is supported.
Syntax
'Declaration
 
Public Property MousePanning As Infragistics.Win.MousePanning
public Infragistics.Win.MousePanning MousePanning {get; set;}
Remarks

The MousePanning property is used to determine if/how the control should be allowed to scroll while the middle mouse button is pressed over the client area of the control. By default, both horizontal and vertical mouse panning is allowed although the default value may be affected by the current ScrollMode.

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