The following tables list the members exposed by FlowLayoutManager.
Name | Description | |
---|---|---|
FlowLayoutManager Constructor | Initializes a new FlowLayoutManager |
Name | Description | |
---|---|---|
Alignment | Returns or sets the alignment of the items. | |
HorizontalAlignment | Returns or sets the horizontal alignment of the items. | |
HorizontalAlignmentResolved | Returns or sets the horizontal alignment of the items. | |
HorizontalGap | Horizontal gap in pixels between each item as well as the border of the container and items. | |
LayoutItems | Layout items collection. (Inherited from Infragistics.Win.Layout.LayoutManagerBase) | |
Vertical | Indicates whether the flow layout flows items in vertical direction or horizontal direction. | |
VerticalAlignment | Returns or sets the vertical alignment of the items. | |
VerticalAlignmentResolved | Returns or sets the vertical alignment of the items. | |
VerticalGap | Vertical gap in pixels between each item as well as the border of the container and items. | |
WrapItems | Indicates whether all the items should be wrapped to a new line when there is not enough room to position the items on a single line. |
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. |