Version

FloatingWindowDragMode Enumeration

Enumeration used to determine when a floating window should be repositioned during a drag operation.
Syntax
'Declaration
 
Public Enum FloatingWindowDragMode 
   Inherits System.Enum
public enum FloatingWindowDragMode : System.Enum 
Members
MemberDescription
DeferredThe pane(s) are moved after the drag operation has been completed.
ImmediateThe pane(s) are moved during the drag operation.
UseDragFullWindowsSystemSettingThe value is determined based on the System.Windows.SystemParameters.DragFullWindows. If true, then Immediate will be used otherwise Deferred will be used.
UseSystemWindowDragThe drag operation is handled by the operating system and therefore the window or an outline will be positioned based on the system's 'Show Window Contents While Dragging' setting. Note, this setting will allow dragging windows into and out of a maximized state in Windows 7 (when the OS' setting allow it) but will mean that functionality such as setting the Infragistics.Windows.DockManager.Dragging.MoveWindowAction.NewLocation will not be supported.
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