Version

FlowLayoutManager Class Properties

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

Public Properties
 NameDescription
Public PropertyAlignmentReturns or sets the alignment of the items.  
Public PropertyHorizontalAlignmentReturns or sets the horizontal alignment of the items.  
Public PropertyHorizontalAlignmentResolvedReturns or sets the horizontal alignment of the items.  
Public PropertyHorizontalGapHorizontal gap in pixels between each item as well as the border of the container and items.  
Public PropertyLayoutItemsLayout items collection. (Inherited from Infragistics.Win.Layout.LayoutManagerBase)
Public PropertyVerticalIndicates whether the flow layout flows items in vertical direction or horizontal direction.  
Public PropertyVerticalAlignmentReturns or sets the vertical alignment of the items.  
Public PropertyVerticalAlignmentResolvedReturns or sets the vertical alignment of the items.  
Public PropertyVerticalGapVertical gap in pixels between each item as well as the border of the container and items.  
Public PropertyWrapItemsIndicates 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.  
See Also