Scrollbar.MaximumValue
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aScrollbar.MaximumValue = newIntegerValue
or
IntegerValue = aScrollbar.MaximumValue
New in 2019r2
Supported for all project types and targets.
or
IntegerValue = aScrollbar.MaximumValue
New in 2019r2
Supported for all project types and targets.
The maximum value of the scrollbar. The default is 100.
Example
This example in the Open event of the Scrollbar sets the Maximum value.
Me.MaximumValue = 200