VerticalScrollMaximum

Description

The maximum height of the scroll box of the DataWindow’s vertical scroll bar. This value is set by the DataWindow server based on the content of the DataWindow. Use VerticalScrollMaximum with VerticalScrollPosition to synchronize vertical scrolling in multiple DataWindow objects. The value is a long.

Applies to

DataWindows

Syntax

Describe argument:

"DataWindow.VerticalScrollMaximum"

Examples

Example 1

[Visual Basic]
setting = dw_1.Describe("DataWindow.VerticalScrollMaximum")