For a list of all members of this type, see FlowLayoutManager members.
Name | Description | |
---|---|---|
CalculateMinimumSize | Overloaded. Overridden. Calculates the minimum size required to layout the items. | |
CalculatePreferredSize | Overloaded. Overridden. Calculates the preferred size required to layout the items. | |
InvalidateLayout | Invalidates any cached information so the layout manager recalculates everything next. (Inherited from Infragistics.Win.Layout.LayoutManagerBase) | |
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. |