Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <column> Element
  
<column> Element
The <column> element creates a column in a table. The element can have no child elements.
The <column> element has the following attributes:
align = start | center | end
Default is start. Specifies how space not used by the children is laid out. start places space below children. center evenly distributes space above and below children. end places space above children.
columnresize = true | false
Default is true. If true, the column resizes to the maximum available width in the table control. If false, the column size is static.
columnwidth = CDATA
Number specifying the width in pixels to allocate for the column.
id = ID
Identifies the control.
label = CDATA
Specifies the text to display next to the control.