HorizontalScrollPosition2
property (DataWindow object)
Description
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.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.HorizontalScrollPosition2 |
Describe and Modify argument:
|
1 |
"DataWindow.HorizontalScrollPosition2 { = scrollvalue }" |
|
Parameter |
Description |
|---|---|
|
scrollvalue |
An integer specifying the position of the scroll |
Examples
|
1 2 3 4 5 6 7 |
string spos spos =dw1.Object.DataWindow.HorizontalScrollPosition2 dw1.Object.DataWindow.HorizontalScrollPosition2 = 200 spos = dw1.Describe( & "DataWindow.HorizontalScrollPosition2") dw1.Modify( & "DataWindow.HorizontalScrollPosition2=200") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest