The position of the scroll box in the second portion of the horizontal scroll bar when the scroll bar is split (HorizontalScrollSplit is greater than 0). Use HorizontalScrollMaximum2 with HorizontalScrollPosition2 to synchronize horizontal scrolling in multiple DataWindow objects.
DataWindows
Describe and Modify argument:
"DataWindow.HorizontalScrollPosition2 { = scrollvalue }"
Parameter |
Description |
---|---|
scrollvalue |
An integer specifying the position of the scroll box in the second portion of a split horizontal scroll bar of the DataWindow |
[Visual Basic] spos = dw1.Describe( _
"DataWindow.HorizontalScrollPosition2")
dw1.Modify( _ "DataWindow.HorizontalScrollPosition2=200")