Version

GridBagLayoutManager Class Properties

For a list of all members of this type, see GridBagLayoutManager members.

Public Properties
 NameDescription
Public PropertyColumnWidthsReturns 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.  
Public PropertyExpandToFitHeightIndicates 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.  
Public PropertyExpandToFitWidthIndicates 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.  
Public PropertyLayoutItemsLayout items collection. (Inherited from Infragistics.Win.Layout.LayoutManagerBase)
Public PropertyMinColumnWidthsReturns 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.  
Public PropertyMinRowHeightsReturns 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.  
Public PropertyRowHeightsReturns 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.  
See Also