scroll

Typeproperty
Dictionarywidget.polylist
LibraryPolyList
Syntax
set the scroll of widget to {<integer>}
get the scroll of widget
Synonymsvscroll
Associationscom.livecode.widget.polylist
Summary

Specifies the vertical scroll of a PolyList.

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

end openCard
Description

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

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