Version

MovingMode Enumeration

Drag and Drop styles for Column Moving
Syntax
'Declaration
 
Public Enum MovingMode 
   Inherits System.Enum
public enum MovingMode : System.Enum 
Members
MemberDescription
DeferredA clone of the header dragged will be created and indicators will be shown between columns to help navigate the drop.
ImmediateColumn headers will rearange as you drag with a space opening under the cursor for the header to be dropped on.
Requirements

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

View on GitHub