Version

UltraGridBagLayoutManager Class Properties

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

Public Properties
 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContainerControlContainer control whose child controls are arranged by the layout manager. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyExpandToFitHeightReturns or sets whether to proportionally resize heights of all the items to fit any extra height.  
Public PropertyExpandToFitWidthReturns or sets whether to proportionally resize widths of all the items to fit any extra width.  
Public PropertyHasMarginsIndicates if the Margins object has been allocated. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyIsLayoutSuspendedIndicates if the layout is currently suspended (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyMarginsReturns the margins object used to modify the bounds used to position the controls in the ContainerControl (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyMinimumSizeReturns the minimum size required to layout the items in the ContainerControl (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyPreferredSizeReturns the preferred size required to layout the items in the ContainerControl (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertySite (Inherited from System.ComponentModel.Component)
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertyLayoutManagerReturns the layout manager. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that for the OnSubObjectPropChanged method that is used to receive notifications when a property on a sub-object has changed. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
See Also