How to make custom sidebar scrollable

Hello community !
I added a custom sidebar into my app. I used vertical scroll arrangement to make the sidebar. But now when I’m testing the sidebar it’s not scrolling. can anyone tell me how to make it scrollable ?

1 Like

can you show us what have you tried?

1 Like


Did you test in apk, instead of companion?

Yes. I exported the apk

I am not sure, whether this is correct way or not… But have a try this…

  1. Add one VSA(Vertical scroll arrangement)
  2. Drag your sidebar arrangement into this VSA
  3. Add this extension colintree Scroll Handler
  4. then try like this,
    image

If anyone know other methods, pls suggest

1 Like

Thanks a lot dear. This extension solved my problem

1 Like

Take a VA, set height to fill parent, width to 70%, inside that place a Vertical Scroll Arrangement, set height and width to fill parent. Then create your design. Side menu will scroll if needed

image

4 Likes

Thanks a lot dear

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.