VerticalScrollMaximum
property (DataWindow object)
Description
The maximum height of the scroll box of the DataWindow’s vertical
scroll bar. This value is set by PowerBuilder based on the content of
the DataWindow. Use VerticalScrollMaximum with VerticalScrollPosition to
synchronize vertical scrolling in multiple DataWindow objects. The value
is a long.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.VerticalScrollMaximum |
Describe argument:
|
1 |
"DataWindow.VerticalScrollMaximum" |
Examples
|
1 2 3 |
string setting setting = dw1.Object.DataWindow.VerticalScrollMaximum setting = dw1.Describe("DataWindow.VerticalScrollMaximum") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest