HorizontalScrollMaximum

Description

The maximum width of the scroll box of the DataWindow’s horizontal scroll bar. This value is set by the DataWindow server based on the layout of the DataWindow object and the size of the DataWindow control. Use HorizontalScrollMaximum with HorizontalScrollPosition to synchronize horizontal scrolling in multiple DataWindow objects.

Applies to

DataWindows

Syntax

Describe argument:

"DataWindow.HorizontalScrollMaximum"

Examples

Example 1

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