Indicates whether the view will display items page by page, with each page displaying as many elements as possible, using the available space and the previously defined row and column layout.
control. Paged
Generators: Android, Angular, Apple
Controls: Grid (Control Type: Horizontal Grid)
This property is available for Horizontal Grid Controls included in Web Panel objects.
If the property is set to True, the Horizontal Grid will show the content using paging. If it is set to False, the Horizontal Grid will use scrolling.
It can be both read and write. For example:
Grid1.Paged = True
&isPaged = Grid1.Paged // &isPaged will be True
This property applies both at runtime and at design time.
To apply the corresponding changes when the property value is configured, execute a Build All.
HowTo: Use Horizontal Grid control in Panels