Skip to main content

Column Constructors

An object defining constructors for the Column class.

Column()

Initializes a new instance of the Column class, setting the control type and default layout padding.


Column()

Initializes a new instance of the Column class with default values.

The constructor sets the following default values:

  • DesignerProps is initialized as a new DesignerProps object.
  • Items is initialized as an empty list of strings.
  • Layout is initialized as a new ContainerLayout object.

Column()

Initializes a new instance of the Column class with empty event lists.