WebContainer.ScrollDirections
From Xojo Documentation
Enumeration
The direction or directions in which the WebContainer can be scrolled.
Values
Enum | Description |
---|---|
None | The WebContainer cannot be scrolled. |
Horizontal | The WebContainer can only be scrolled horizontally. |
Vertical | The WebContainer can only be scrolled vertically. |
Both | The WebContainer can be scrolled both horizontally and vertically. |
Compatibility
Web projects on Linux, macOS and Windows operating systems.
See Also
ScrollDirection property.