Determines whether a control has a scroll or not when setting Auto Grow Property = false.
Add Scroll | The table provides scrollable behavior. When the table height exceeds the space available, a scroll bar is shown. |
Clip Content | The table doesn't provide scroll in any case; content is clipped at the bottom. |
Platform Default | Default value. The platform default value is used: iOS will use Add Scroll and Android Clip Content. |
Generators: Android, Angular, Apple
Controls: Table
The use of Scroll is recommended only when you know it will be necessary.
The support for nested scrolls has more limitations on Android than on iOS (due to the platform's internal limitations), so it is advisable to test your layouts in more detail in Android -when using this property- to avoid possible differences in behavior.
This property applies only at design time.
To apply the corresponding changes when the property value is configured, execute a Build with this Only of the object.
This property is available since GeneXus 17.