Official Content

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.

Syntax

control. Paged

Values

False
True

Scope

Generators: Android, Angular, Apple
Controls: Grid (Control Type: Horizontal Grid)

Description

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

Runtime/Design time

This property applies both at runtime and at design time.

How to apply changes

To apply the corresponding changes when the property value is configured, execute a Build All.

See Also

HowTo: Use Horizontal Grid control in Panels

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant