DesktopScrollbar.MaximumValue

From Xojo Documentation

Property (As Integer )
aDesktopScrollbar.MaximumValue = newIntegerValue
or
IntegerValue = aDesktopScrollbar.MaximumValue

New in 2021r3

Supported for all project types and targets.

The maximum value of the scrollbar. The default is 100.

Example

This example in the Opening event of the DesktopScrollbar sets the Maximum value.

Me.MaximumValue = 200