orangy
12/26/2020, 4:35 PMScrollableColumn
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
12/26/2020, 4:50 PMScrollableColumn(state = state)
should be
ScrollableColumn(scrollState = state)
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 AMBtw, 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