Table Scroll Events

The following events are only generated when the "Enable list scrolling behavior" option is checked in the Table properties.

gre.table.drag_start

This event is generated when a user begins dragging a scrolling table.

Data:

        The name of the object being scrolled

gre.table.drag_stop

This event is generated when a user stops dragging a scrolling table.

Data:

        The name of the object being scrolled

gre.table.scroll_trigger

This event is generated before the table.drag_stop event when it is detected that automatic scrolling will occur.

Data:

        The name of the object being scrolled

gre.table.scroll_start

This event is generated when the scroll animation begins.

Data:

        The name of the object being scrolled

gre.table.scroll_stop

This event is generated when the scroll animation completes.

Data:

        The name of the object being scrolled

gre.table.scroll_cancel

This event is generated when the scroll animation is interrupted.

Data:

        The name of the object being scrolled

gre.table.scroll_complete

This event is generated when the object being scrolled has stopped moving naturally after a drag or an animated scroll

Data:

        The name of the object being scrolled

Was this article helpful?
0 out of 0 found this helpful