container expanded

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

Expands the control so that it fills the available space.

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

Use the expanded container type to force the control to expand to fill the available space along the main axis. This type of container only has an effect for controls whose owner has the content type Row, Column, or Flex.

If there is more than one control with container type equal to expanded or flexible, the available space is divided among them based on the value of the flex property of each of them.