hScroll

Typeproperty
Dictionarywidget.polygrid
LibraryPolyGrid
Syntax
set the hScroll of widget to {<Integer>}
get the hScroll of widget
Synonymspghscroll
Associationscom.livecode.widget.polygrid
Summary

Specifies the horizontal hScroll of a PolyGrid.

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

end openCard
Description

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

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

Tagstable,data