HorizontalScrollMaximum2
property (DataWindow object)
Description
The maximum width of the second scroll box when the horizontal
scroll bar is split (HorizontalScrollSplit is greater than 0). This
value is set by PowerBuilder based on the content of the DataWindow. Use
HorizontalScrollMaximum2 with HorizontalScrollPosition2 to synchronize
horizontal scrolling in multiple DataWindow objects.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.HorizontalScrollMaximum2 |
Describe argument:
|
1 |
"DataWindow.HorizontalScrollMaximum2" |
Examples
|
1 2 3 |
string setting setting = dw1.Object.DataWindow.HorizontalScrollMaximum2 setting = dw1.Describe("DataWindow.HorizontalScrollMaximum2") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest