The child item element is used to add list entries.

The entry value can come from the item value attribute or as a text node between the start and end item tag.

Syntax:

Element

Attributes

Value

Notes for Element/Attribute/Value

item

value

string


style

style

Default. List element style.

Example

    <list x1="20" y1="200" width="200" field="FIELD1" horizontal-align="right"/>

<list x1="20" y1="100" width="200">
  <item value="Item1"/>
  <item value="{FIELD2}/>
  <tem style="modern">Item 2</item>
  <item>Item 3</item>
</list>