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