scroll

Typeproperty
Dictionarywidget.polygrid
LibraryPolyGrid
Syntax
set the scroll of widget to {<Integer>}
get the scroll of widget
Synonymsvscroll,pgvscroll
Associationscom.livecode.widget.polygrid
Summary

Specifies the vertical scroll of a PolyGrid.

Example
on openCard
    # ...
    set the scroll of widget "PolyGrid" to 0

end openCard
Description

Use the scroll property to scroll a PolyGrid or to check how far it has scrolled vertically.

By default, the scroll property of newly created PolyGrids is set to zero.

Tagstable,data