Scrollbar.MaximumValue
From Xojo Documentation
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