Initializing help system before first use

vdl-column

A vertical column to control layout of a custom view. A vdl-row is split up into 12 columns and each vdl-column can be sized between 1 and 12 of these.

Example

<vdl-section>
  <vdl-row>
    <vdl-column size="6" offset="6" heading="Column Title">
      <!-- Any VDL, HTML or text content -->
    </vdl-column>
  </vdl-row>
</vdl-section>

Attributes

heading Adds a heading title to the column.
heading-level If specified can alter the size of the heading. Uses the same numbers (1-6) as the HTML heading tag. Defaults to size 4.
offset If the column needs to start further away from the left hand margin of the VDL page, specify an offset using the same numbers as the size attribute.
size The width of the column 1-12

Element contents

Markup allowed

Any VDL, HTML or text content