WebContainer.ScrollPositions
From Xojo Documentation
Enumeration
The ways in which a WebContainer can be scrolled.
Values
Enum | Description |
---|---|
Horizontal | If the WebContainer control is smaller than the layout of the WebContainer it's displaying, horizontal scrolling is allowed. |
Vertical | If the WebContainer control is smaller than the layout of the WebContainer it's displaying, vertical scrolling is allowed. |
Both | If the WebContainer control is smaller than the layout of the WebContainer it's displaying, both horizontal and vertical scrolling are allowed. |
Compatibility
Web projects on Linux, macOS and Windows operating systems.
See Also
ScrollDirection property.