Version

Infragistics.Win.Layout Namespace

Classes
 ClassDescription
ClassFlowLayoutManager FlowLayoutManager class.
ClassGridBagConstraint Class for providing constraint objects to the grid-bag layout manager.
ClassGridBagConstraint.GridBagConstraintConverter TypeConverter for a GridBagConstraint
ClassGridBagConstraintConstants Defines constants used by grid-bag constraint object.
ClassGridBagLayoutDragStrategy Class to handle the dragging and dropping of IDraggableLayoutItems within a GridBagLayout
ClassGridBagLayoutItemDimensions For internal use. A class that contains dimensions of a layout item.
ClassGridBagLayoutItemDimensionsCollection For internal use. A class that contains GridBagLayoutItemDimensions instances each of which associated with a ILayoutItem.
ClassGridBagLayoutManager GridBagLayoutManager class.
ClassInsets Class to specify insets. Insets are the spacing at the edges of an item.
ClassInsets.InsetsTypeConverter MarginsTypeConverter
ClassLayoutItemsCollection ILayoutItem collection.
ClassLayoutItemsEnumerator A base class that implements the IEnumerator interface
ClassLayoutManagerBase Base class for others to implement their own layout managers.
Interfaces
 InterfaceDescription
InterfaceIGridBagConstraint Interface for providing constraints to the grid-bag layout manager.
InterfaceIGridBagLayoutDragManager Interface which provides information to a GridBagLayoutDragStrategy for the purpose of dragging and dropping objects in a GridBagLayout.
InterfaceILayoutChildItem A LayoutItem that may be contained within an ILayoutGroup
InterfaceILayoutContainer ILayoutContainer interface.
InterfaceILayoutGroup An object that contains a group of ILayoutItems
InterfaceILayoutItem Interface for implementing layout items.
Enumerations
 EnumerationDescription
EnumerationAnchorType Specifies where to anchor an item.
EnumerationDefaultableFlowLayoutAlignment Enumeration used to indicate the horizontal and vertical alignment in a flow layout.
EnumerationFillType Specifies whether to resize the item to fill any extra space.
EnumerationFlowLayoutAlignment Used for specifying FlowLayout.Alignment property.
EnumerationGridBagLayoutAllowMoving Options for allowing the user to move columns in a GridBagLayout
EnumerationGridBagLayoutAllowSpanSizing Options for allowing the user to span resize items in a GridBagLayout
EnumerationGridBagLayoutDragStrategy.DropLocation Indicates whether to show the drag effect arrows on the left, top, right or bottom of the drag elem rect.
EnumerationGridBagLayoutManager.GridBagLayoutMode GridBagLayout mode.
EnumerationLayoutPropertyIds Contains ids for properites. Used by the SubObjectPropChange mechanism.
See Also