WebScrollbar.ValueChanged

From Xojo Documentation

Event


WebScrollbar.ValueChanged()

Supported for all project types and targets.

The scrollbar value has changed.

Example

This example updates a Label with the value of the scrollbar:

Label1.Text = Str(Scrollbar1.Value)