ScrollViewWrapper

Wrapper for a ScrollView.

Parameters

scrollView

The main ScrollView object of the current page (if the page is scrollable).

Constructors

Link copied to clipboard
constructor(scrollView: ScrollView)

Creates a ScrollViewWrapper instance.

Properties

Link copied to clipboard
open override val scrollDepth: Double

The percentage representing the bottom of the scrollable view relative to the bottom of the scrollable view container.

Link copied to clipboard
open override val scrollTop: Int

The current position (in pixels) of the top of the scrollable view relative to the top of its container.