Version

FlowLayoutManager Class Methods

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

Public Methods
 NameDescription
Public MethodCalculateMinimumSizeOverloaded. Overridden. Calculates the minimum size required to layout the items.  
Public MethodCalculatePreferredSizeOverloaded. Overridden. Calculates the preferred size required to layout the items.  
Public MethodInvalidateLayoutInvalidates any cached information so the layout manager recalculates everything next. (Inherited from Infragistics.Win.Layout.LayoutManagerBase)
Public MethodLayoutContainerOverridden. Lays out items contained in this layout manager by calling PositionItem off the passed in container for each item.  
Protected Methods
 NameDescription
Protected MethodOnLayoutChangedThis 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)
Protected MethodValidateConstraintObjectOverridden. Implementation should throw an exception if the passed in constraint is not a valid constraint for this layout manager. It usually checks the type.  
See Also