[Table of Contents] [docx version]

VML Reference Material - VML

Max (Scroll Bar Maximum)

This element specifies the maximum scroll bar position as the index of the list item just above the item at the top of the view when the control is scrolled all the way down. The list indexes are 1-based. If omitted, the value is assumed to be that which allows the last item to be viewed when the control is scrolled all the way down. This element is used for scroll bars and spinners.

[Example: Item 21 is the first item visible in the list when the object is scrolled all the way down.

<x:ClientData … > …
<x:Max>20</x:Max>
</x:ClientData>

end example]

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

Parent Elements

ClientData6.4.2.12)