Unable to scroll screen with multiple buttons

I am creating an app with multiple buttons each of width 350 pixel and height of 200 pixels. I placed a column inside screen, turned scrollable option to true and added few buttons inside column. However I am unable to scroll. I tried same thing using image component instead of button and it is working perfectly fine. Please help me our with this issue.

Hi there,
Please try to set your Column’s height property to fit “Fit Content”. This should fix your issue and make your Buttons scroll inside the Column.