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?
Sunil Kumar
07/09/2023, 3:10 PM
how can i update scroll state of LazyColumn from common module back to jsMain module?
Sunil Kumar
07/09/2023, 3:12 PM
Also i want to scroll on keyboard key up and down as well, but onKeyEvent is also not working