Version

ColumnMovingType Enumeration

Describes how Column Moving will work in the XamGrid
Syntax
'Declaration
 
Public Enum ColumnMovingType 
   Inherits System.Enum
public enum ColumnMovingType : System.Enum 
Members
MemberDescription
DisabledColumn moving is turned off.
ImmediateMoves the column immediately into the column position closest to the mouse pointer.
IndicatorAn Indicator will show where a column will be inserted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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