container expanded | |
Type | property |
Dictionary | library.responsivelayout |
Library | ResponsiveLayout |
Syntax |
|
Associations | com.livecode.library.responsivelayout, group, button, field, scrollbar, image, graphic, player, widget |
Summary | Expands the control so that it fills the available space. |
Example |
|
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. |