container

Typeproperty
Dictionarylibrary.responsivelayout
LibraryResponsiveLayout
Syntax
set the container[propertyName] of object to propertyValue
get the container[propertyName] of object
Associationscom.livecode.library.responsivelayout, group, button, field, scrollbar, image, graphic, player, widget
Summary

This property defines how the layout of a control behaves with respect to its owner.

Example
set the content["type"] of card 1 to "column"
set the container["type"] of group "bady" to "expanded"
Description

Use the container property to define how a control's layout behaves with respect to its owner.

There are some container types that can only be used if the owner of the control has a specific content type.

There are several types of containers, which you can get with the containerNames function. Depending on the type you choose, it will be the properties that you must pass.