The following tables list the members exposed by GridBagLayoutManager.
Name | Description | |
---|---|---|
GridBagLayoutManager Constructor | Constructor. |
Name | Description | |
---|---|---|
ColumnWidths | Returns the preferred column widths of the gridbag layout. You can change them however they get recalculated once the layout is invalidated. Layout also gets invalidated whenever a layout item is added or removed. | |
ExpandToFitHeight | Indicates whether to proportionally resize heights of all the items to fit any extra height. This would only get applied if all the items had 0.0 weightY's. | |
ExpandToFitWidth | Indicates whether to proportionally resize widths of all the items to fit any extra width. This would only get applied if all the items had 0.0 weightX's. | |
LayoutItems | Layout items collection. (Inherited from Infragistics.Win.Layout.LayoutManagerBase) | |
MinColumnWidths | Returns the minimum column widths of the gridbag layout. You can change them however they get recalculated once the layout is invalidated. Layout also gets invalidated whenever a layout item is added or removed. | |
MinRowHeights | Returns the minumum row heights of the gridbag layout. You can change them however they get recalculated once the layout is invalidated. Layout also gets invalidated whenever a layout item is added or removed. | |
RowHeights | Returns the preferred row heights of the gridbag layout. You can change them however they get recalculated once the layout is invalidated. Layout also gets invalidated whenever a layout item is added or removed. |
Name | Description | |
---|---|---|
CalculateMinimumSize | Overridden. Calculates the minimum size required to layout the items. | |
CalculatePreferredSize | Overridden. Calculates the preferred size required to layout the items. | |
InvalidateLayout | Overridden. Invalidates any cached information so the layout manager recalculates everything next time. | |
LayoutContainer | Overridden. Lays out items contained in this layout manager by calling PositionItem off the passed in container for each item. |
Name | Description | |
---|---|---|
OnLayoutChanged | This method is called whenever a layout item is added, removed or the layout is cleared. Implementation of this method calls InvalidateLayout to invalidate any cached information. (Inherited from Infragistics.Win.Layout.LayoutManagerBase) | |
ValidateConstraintObject | Overridden. Implementation should throw an exception if the passed in constraint is not a valid constraint for this layout manager. It usually checks the type. |