cancel
Showing results for 
Search instead for 
Did you mean: 

Responsive Grid Layout - Styling

former_member187794
Participant
0 Kudos

Hello Everyone

We are creating a Firoi like UI application. We are using ResponsiveGridLayout.

On this layout we are adding 2 Forms.

When the browser shrinks, the 1st form should go to top and behaves like a vertical bar.

Any suggestions? thank you

Regards\Giri

irfan_gokak
Contributor
0 Kudos

Share your view code.

Accepted Solutions (0)

Answers (3)

Answers (3)

gururajenamate
Explorer
0 Kudos
former_member484715
Contributor
0 Kudos

Hi Giri Sreerangam,

You can make use of the Flex box control in sap.m library.

Regards,

Arjun Biswas.

former_member227918
Active Contributor
0 Kudos

not sure but try enclosed forms inside <VBox>,

<VBox> form1 </VBox>

<VBox> form2 </VBox>