Skip to content

Instantly share code, notes, and snippets.

@0sten
0sten / LazyColumnScrollbar.kt
Created April 30, 2025 11:51
LazyColumnScrollbar (does not stretch its parent)
package ui.feed.components
import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.tween
import androidx.compose.foundation.background
import androidx.compose.foundation.focusable
import androidx.compose.foundation.gestures.Orientation
import androidx.compose.foundation.gestures.draggable
import androidx.compose.foundation.gestures.rememberDraggableState
import androidx.compose.foundation.gestures.scrollBy