WebScrollbar.ValueChanged
From Xojo Documentation
Event
The scrollbar value has changed.
Example
This example updates a Label with the value of the scrollbar:
Label1.Text = Str(Scrollbar1.Value)
The scrollbar value has changed.
This example updates a Label with the value of the scrollbar: