Version

GridBagLayoutAllowMoving Enumeration

Options for allowing the user to move columns in a GridBagLayout
Syntax
'Declaration
 
Public Enum GridBagLayoutAllowMoving 
   Inherits System.Enum
public enum GridBagLayoutAllowMoving : System.Enum 
Members
MemberDescription
AllowAllItems in the layout can be moved without Restriction
AllowOriginXChangeOnly allow items in the layout to have their OriginX changed. This means an item is restricted to the same logical column.
AllowOriginYChangeOnly allow items in the layout to have their OriginY changed. This means an item is restricted to the same logical row.
DefaultDefault
NoneDo not allow moving items in the Layout
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