Skip to content

ScrollType

Inherits: Enum

The kind of scroll notification emitted by ScrollableControl.

Properties

  • END

    Scrolling has ended.

  • OVERSCROLL

    Viewport was overscrolled.

  • START

    Scrolling has started.

  • UPDATE

    Scroll position changed.

  • USER

    User scroll direction changed.

Properties#

END = 'end' class-attribute instance-attribute #

Scrolling has ended.

OVERSCROLL = 'overscroll' class-attribute instance-attribute #

Viewport was overscrolled.

See overscroll and velocity are available.

START = 'start' class-attribute instance-attribute #

Scrolling has started.

UPDATE = 'update' class-attribute instance-attribute #

Scroll position changed.

See OnScrollEvent.scroll_delta.

USER = 'user' class-attribute instance-attribute #

User scroll direction changed.

See OnScrollEvent.direction.