relayerGroupedControls | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | group | ||||||
Summary | Specifies whether you can change the layer of controls in a group even if not in group-editing mode. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: card, control Property: editBackground, layer Command: group, start editing Glossary: control, property, grouped control, group-editing mode | ||||||
Description | Use the relayerGroupedControls property to change the layer of grouped controls without being in group-editing mode, or to move controls out of a group by changing their layer. The layer of a control is its order on the card. If two controls overlap, the one whose layer is higher covers the one whose layer is lower. If the relayerGroupedControls is false, you can change the layer of a control that's part of a group only when editing the group. If the relayerGroupedControls is true, you can change the layer of a grouped control at any time.
| ||||||
Tags | ui |