ScrollDirection

sealed class ScrollDirection

Represents the scroll direction of a RecyclerView.

RecyclerView의 스크롤 방향을 나타냅니다.

See also

For the custom RecyclerView that uses this class.

이 클래스를 사용하는 커스텀 RecyclerView는 RecyclerScrollStateView를 참조하세요.

Inheritors

Types

Link copied to clipboard
data object DOWN : ScrollDirection

Scrolling downward (vertical).

아래로 스크롤 중 (수직).

Link copied to clipboard
data object IDLE : ScrollDirection

Not scrolling (idle state).

스크롤하지 않음 (유휴 상태).

Link copied to clipboard
data object LEFT : ScrollDirection

Scrolling left (horizontal).

왼쪽으로 스크롤 중 (수평).

Link copied to clipboard
data object RIGHT : ScrollDirection

Scrolling right (horizontal).

오른쪽으로 스크롤 중 (수평).

Link copied to clipboard
data object UP : ScrollDirection

Scrolling upward (vertical).

위로 스크롤 중 (수직).