'宣言 Public Class UltraFlowLayoutManager Inherits ControlLayoutManagerBase Implements Infragistics.Shared.IUltraComponent, Infragistics.Win.Layout.ILayoutContainer
public class UltraFlowLayoutManager : ControlLayoutManagerBase, Infragistics.Shared.IUltraComponent, Infragistics.Win.Layout.ILayoutContainer
UltraFlowLayoutManager は、関連づけられた ContainerControl 内でフローする方法でコントロールを配置するために設計されたコンポーネントです。コントロールは、Orientation に基づいて水平と垂直のいずれかに配置されます。コントロールは、WrapItems プロパティに基づいて単一の列/行または複数の列/行のいずれかに配置できます。
コンポーネントはコントロールのレイアウトを制御する 4 つの追加プロパティを公開します。項目と項目の行/列間のスペースの量を制御するために HorizontalGap と VerticalGap を使用します。HorizontalAlignment プロパティと VerticalAlignment プロパティは、項目の配列方法を決定するために使用されます。