Version

FixedDropAreaLocation Enumeration

An enumeration that describes where a Column can be dragged to be fixed.
Syntax
'Declaration
 
Public Enum FixedDropAreaLocation 
   Inherits System.Enum
public enum FixedDropAreaLocation : System.Enum 
Members
MemberDescription
BothWhen a Column is dragged, a drop area will be displayed on both the left and right side of the XamGrid that will allow the user to drop the column in order to lock it in place so that it can'type be scrolled.
LeftWhen a Column is dragged, a drop area will be displayed on the left side of the XamGrid that will allow the user to drop the column in order to lock it in place so that it can'type be scrolled.
RightWhen a Column is dragged, a drop area will be displayed on the right side of the XamGrid that will allow the user to drop the column in order to lock it in place so that it can'type be scrolled.
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