@luvsql
Yes. You will need to utilize a scrollable screen for this. Quite simple to do.
First, in your app, add a new screen and choose "Scrollable Screen"
You will then have a blank screen with a label at the top. It will also have an object in it called Canvas (most likely it will be Canvas1). Click on that canvas object and cut it (ctrl-x) from the screen. You can then delete the added screen.
Now, go back to your original screen and paste (ctrl-v) that canvas control into the screen (note, not inside of anything else).
Now, select your current form and cut it (ctrl-x) and then select DataCard1 that will be in the newly added Canvas object and paste it there (ctrl-v). Resize datacard1 so that it is as large (or slightly larger) than your form. Also make sure your form is full height (so it doesn't scroll either).
Now, on the screen in the Canvas control, you will see a "Add section" plus icon. Click on that. It will create a new datacard under the current one.
Select your buttons and then cut them (ctrl-x). Then select the new datacard added and paste them (ctrl-v) there.
Resize cards according to your needs and you will then have what you are looking for.