For a list of all members of this type, see GridBagLayoutManager members.
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. |