toggle menu
ui
0.26.2
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component
/
VerticallyScrollableContainer
Vertically
Scrollable
Container
@
Composable
fun
VerticallyScrollableContainer
(
modifier
:
Modifier
=
Modifier
,
scrollbarModifier
:
Modifier
=
Modifier
,
scrollState
:
ScrollState
=
rememberScrollState()
,
style
:
ScrollbarStyle
=
JewelTheme.scrollbarStyle
,
reverseLayout
:
Boolean
=
false
,
scrollbarEnabled
:
Boolean
=
true
,
scrollbarInteractionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
content
:
@
Composable
(
)
->
Unit
)
@
Composable
fun
VerticallyScrollableContainer
(
scrollState
:
LazyListState
,
modifier
:
Modifier
=
Modifier
,
scrollbarModifier
:
Modifier
=
Modifier
,
style
:
ScrollbarStyle
=
JewelTheme.scrollbarStyle
,
reverseLayout
:
Boolean
=
false
,
scrollbarEnabled
:
Boolean
=
true
,
scrollbarInteractionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
content
:
@
Composable
(
)
->
Unit
)
@
Composable
fun
VerticallyScrollableContainer
(
scrollState
:
LazyGridState
,
modifier
:
Modifier
=
Modifier
,
scrollbarModifier
:
Modifier
=
Modifier
,
style
:
ScrollbarStyle
=
JewelTheme.scrollbarStyle
,
reverseLayout
:
Boolean
=
false
,
scrollbarEnabled
:
Boolean
=
true
,
scrollbarInteractionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
content
:
@
Composable
(
)
->
Unit
)