toggle menu
ui
0.26.2
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component
/
HorizontalScrollbar
Horizontal
Scrollbar
@
Composable
fun
HorizontalScrollbar
(
scrollState
:
ScrollableState
,
modifier
:
Modifier
=
Modifier
,
reverseLayout
:
Boolean
=
false
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
style
:
ScrollbarStyle
=
JewelTheme.scrollbarStyle
,
keepVisible
:
Boolean
=
false
)