HorizontalScrollMaximum
property (DataWindow object)
Description
The maximum width of the scroll box of the DataWindow’s horizontal
scroll bar. This value is set by PowerBuilder 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.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.HorizontalScrollMaximum |
Describe argument:
|
1 |
"DataWindow.HorizontalScrollMaximum" |
Examples
|
1 2 3 |
string setting setting = dw1.Object.DataWindow.HorizontalScrollMaximum setting = dw1.Describe("DataWindow.HorizontalScrollMaximum") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest