WebView.LayoutTypes
From Xojo Documentation
Enumeration
Determines where a WebContainer added to the layout via the EmbedWithin method will be positioned.
Values
Enum | Description |
---|---|
Fixed | The position is based upon the Left and Top properties of the WebContainer. |
Flex | The position is based upon both the order in which the WebContainer was added and the layout's LayoutDirection. |
Compatibility
Web projects on Linux, macOS and Windows operating systems.
See Also
LayoutDirection and LayoutTypes properties.