[]
        
(Showing Draft Content)

C1.Framework.FlowPanel

FlowPanel Class

Panel that stacks children horizontally or vertically.

Inheritance
FlowPanel
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class FlowPanel : BasePanel, ISupportUia

Constructors

Name Description
FlowPanel()

Initializes a new instance of the FlowPanel.

FlowPanel(Style)

Initializes a new instance of the FlowPanel with the specified style settings.

FlowPanel(Style, bool)

Initializes a new instance of the FlowPanel with the specified style and orientation.

FlowPanel(bool)

Initializes a new instance of the FlowPanel of the specified orientation.

Properties

Name Description
Orientation

Specifies the Orientation value to use for layout children.

Methods

Name Description
AlignChildren(Graphics)
LayoutChildren(Graphics)