Paged property for Smart Devices

Official Content
This documentation is valid for:
Indicates whether the view will display items page by page, with each page containing the most columns-by-rows items per page.

Syntax

control. Paged

Values

False
True

Description

This property allows disabling paging in horizontal grids.

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 run-time and at design-time.

How to apply changes

To apply changes made by this property, do a Build All.

Scope

Platforms: Smart Devices(Android, IOS)

See Also