Version

UltraFlowLayoutManager Class

Component that uses a flow layout manager to arrange controls in its associated ContainerControl
Syntax
'Declaration
 
Public Class UltraFlowLayoutManager 
   Inherits ControlLayoutManagerBase
   Implements Infragistics.Shared.IUltraComponent, Infragistics.Win.Layout.ILayoutContainer 
public class UltraFlowLayoutManager : ControlLayoutManagerBase, Infragistics.Shared.IUltraComponent, Infragistics.Win.Layout.ILayoutContainer  
Remarks

The UltraFlowLayoutManager is component that is designed to arrange controls in such a way that they flow within the associated ContainerControl. The controls may be arranged either horizontally or vertically depending upon the Orientation and the controls can either be arranged in a single column/row or multiple depending on the WrapItems property.

The component exposes four additional properties that control the layout of the controls. The HorizontalGap and VerticalGap are used to control the amount of space between items and rows/columns of items. The HorizontalAlignment and VerticalAlignment properties are used to determine how the items are aligned.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also