orangy
ScrollableColumn
to show actual scroll bars, according to system settings? E.g. autohide on mac, etc.Dominaezzz
12/26/2020, 4:46 PMVerticalScrollbar
and it's desktop only.orangy
ScrollableColumn(state = state)
should be
ScrollableColumn(scrollState = state)
orangy
VerticalScrollbar(
Modifier.align(Alignment.CenterEnd).fillMaxHeight(),
rememberScrollbarAdapter(state)
)
parameters should be in reverse orderDominaezzz
12/26/2020, 4:57 PMIgor Demin
12/28/2020, 11:58 AMIgor Demin
12/28/2020, 12:00 PMBtw, VerticalScrollbar example has errorsThanks! I think we need a tool that checks for us that all tutorials are compilable https://github.com/JetBrains/compose-jb/issues/226