boxed_column
: boxed_column
Place a border around a column of tiles, with an optional title. DCL Cluster Tile
This cluster tile places a rectangular border around a column of tiles (except radio buttons). As an option, you can include a title for the column. The border appears with no title when the label attribute is missing or is a null string: label = "";
NOTE
- For a column of tiles without a border or title, use the column cluster.
- To surround a column of radio buttons with a border, use the radio_button cluster.
Valid Attributes
: boxed_column {
alignment = position;
children_alignment = position;
children_fixed_height = flag;
children_fixed_width = flag;
fixed_height = flag;
fixed_width = flag;
height = number;
label = "string";
width = number;
}
Example
: boxed_column {
label = "Snap Setting";
width = 22;
}
Related DCL Tiles