HorizontalScrollMaximum DataWindow object property
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.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.HorizontalScrollMaximum |
Describe argument:
1 |
"DataWindow.HorizontalScrollMaximum" |
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.HorizontalScrollMaximum |
1 |
setting = dw1.Describe("DataWindow.HorizontalScrollMaximum") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments