WebScrollbar.Maximum

From Xojo Documentation

Property (As Integer )
aWebScrollbar.Maximum = newIntegerValue
or
IntegerValue = aWebScrollbar.Maximum

Supported for all project types and targets.

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

Example

Set the scrollbar maximum to the number of values in an array:

Scrollbar1.Maximum = Addresses.Ubound