Hi, i want to show scrollbars in compose web app, ...
# compose-web
s
Hi, i want to show scrollbars in compose web app, but my main screen LazyColumn is in common module, How can i do that? BEcoz we can use VerticalScrollBar in platform specific code only if i am not wrong?
how can i update scroll state of LazyColumn from common module back to jsMain module?
Also i want to scroll on keyboard key up and down as well, but onKeyEvent is also not working