Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property disables the automatic reflow feature in the user interface, impacting how elements adjust during interactions. |
| What area does it affect? |
User Interface Behavior |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when optimizing UI performance or troubleshooting layout issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ux.autoreflow.disable |
| Sys ID |
f76686587721211007e85e4aef5a9975 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
|
| Updated |
2024-05-25 04:39:51 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 1. Disable reflow for an instance. a. Navigate to sys_properties.list. The entire list of properties in the System Properties [sys_properties] table appears. b. From the System Properties list, select the glide.ux.autoreflow.disable system property. A System Property record opens. c. Set the Value to true. d. Select Update. 2. Disable reflow for an experience. a. Navigate to sys_ux_app_config.list. The entire list of ...
Related properties