NestedScrollSource


Possible sources of scroll events in the NestedScrollConnection

Summary

Public companion properties

NestedScrollSource

Dragging via mouse/touch/etc events.

Cmn
NestedScrollSource

Flinging after the drag has ended with velocity.

Cmn
NestedScrollSource

This property is deprecated. Do not use.

Cmn
NestedScrollSource

Scrolling via mouse wheel.

Cmn

Public functions

open String
Cmn

Public companion properties

Drag

val DragNestedScrollSource

Dragging via mouse/touch/etc events.

Fling

val FlingNestedScrollSource

Flinging after the drag has ended with velocity.

Relocate

@ExperimentalComposeUiApi
val RelocateNestedScrollSource

Relocating when a component asks parents to scroll to bring it into view.

Wheel

val WheelNestedScrollSource

Scrolling via mouse wheel.

Public functions

toString

open fun toString(): String