ColumnPanel
A ColumnPanel control is a container that you use when you create a fluid grid. You add ColumnPanels to a RowPanel container: one for each column that you want in your layout. You then add controls that show actual content to the ColumnPanel containers.
SPEAK provides an underlying grid with 12 columns. You can specify how wide your ColumnPanel is in “grid columns.” You should not add ColumnPanel controls where the sum of “grid columns” is more than 12.
You can use ColumnPanel controls with no content – SPEAK shows the columns, but they are left empty.
Properties
|
Name |
Description |
Default |
|---|---|---|
|
Appearance | ||
|
ContentAlign |
Specifies the alignment of contained controls within the column created by the ColumnPanel control: Left, Right or Center. |
Left. |
|
GridColumns |
Specifies the number of “grid columns” that this ColumnPanel control uses. Can be from 1 to 12. | |
Configuration
You can create a configuration item for a ColumnPanel control by creating an item based on the ColumnPanel Parameters template.
The configuration item has these specific fields:
-
GridColumns
-
ContentAlign
It inherits these fields:
-
IsVisible
-
AccessKey
-
Tooltip
-
Behaviors
-
Id