Scroll Area Scope
class ScrollAreaScope
Scope for the content of a ScrollArea.
Functions
Link copied to clipboard
fun ScrollAreaScope.HorizontalScrollbar(modifier: Modifier = Modifier, enabled: Boolean = true, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, reverseLayout2: Boolean = false, thumb: @Composable ScrollbarScope.() -> Unit)
Link copied to clipboard
fun ScrollAreaScope.VerticalScrollbar(modifier: Modifier = Modifier, enabled: Boolean = true, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, reverseLayout: Boolean = false, thumb: @Composable ScrollbarScope.() -> Unit)