[Table of Contents] [docx version]

VML Reference Material - VML

DropLines (Dropdown Maximum Lines)

This element specifies the maximum number of lines in the dropdown before scrollbars are added. This element is used for dropdowns.

If this element is omitted, one line is shown.

[Example:

<x:ClientData … > …
<x:DropLines>8</x:DropLines>
</x:ClientData>

end example]

The possible values for this element are defined by the XML Schema integer datatype.

Parent Elements

ClientData6.4.2.12)