https://kotlinlang.org logo
#compose
Title
# compose
s

Sergey B

11/16/2020, 7:38 PM
Hey guys. I'm sorry I'm still pretty new to Compose. I want to achieve this type of behavior. could anyone point me in the right direction? Should I use the Swipeable modifier? Thank you in advance
m

matvei

11/16/2020, 7:42 PM
Hello! You can try to use swipeable, but if you want calendar and list below to be two independent composables, you would probably need granular nested scrolling control, which we're currently working on right now, so it's not available yet
👍 6
s

Sergey B

11/16/2020, 7:47 PM
Thank you Matvei. Appreciate