ScrollMetrics

data class ScrollMetrics(val offset: Double = 0.0, val viewportExtent: Int = 0, val contentExtent: Int = 0)(source)

Immutable geometry snapshot shared by one scroll area and any linked scrollbars.

Constructors

Link copied to clipboard
constructor(offset: Double = 0.0, viewportExtent: Int = 0, contentExtent: Int = 0)

Properties

Link copied to clipboard

Whether the content currently exceeds its viewport.

Link copied to clipboard

complete logical content extent along the scrolling axis.

Link copied to clipboard

Maximum legal content displacement.

Link copied to clipboard

current non-negative logical content displacement.

Link copied to clipboard

visible logical extent along the scrolling axis.