Indicates whether the view will display items page by page, with each page containing the most columns-by-rows items per page.
control. Paged
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
This property applies both at run-time and at design-time.
To apply changes made by this property, do a Build All.
Platforms: Smart Devices(Android, IOS)