pgPageSize

Typeproperty
Dictionarywidget.polygrid
LibraryPolyGrid
Syntax
get the pgPageSize of widget
Associationscom.livecode.widget.polygrid
Summary

Number of rows displayed in the visible area of the PolyGrid.

Example
local tItemsPerPage, tNumberOfPages

put the pgPageSize of widget "PolyGrid" into tItemsPerPage
put tTotalItems/tItemsPerPage into tNumberOfPages
Description

Use the pgPageSize property to get the number of rows that can be displayed in the visible area of the PolyGrid.

Tagstable,data