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
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
Tell me about...