WebView.LayoutType

From Xojo Documentation

Property (As WebView.LayoutTypes )
aWebView.LayoutType = newWebView.LayoutTypesValue
or
WebView.LayoutTypesValue = aWebView.LayoutType

New in 2020r1

Supported for all project types and targets.

The type of layout dictates whether controls are positioned at fixed locations or can move to accommodate changes to the bounds of the WebView, in the latter case, only for WebContainer controls that are added at runtime to a layout whose type is set to Flex.

See Also

LayoutTypes enumeration.