cancel
Showing results for 
Search instead for 
Did you mean: 

How to keep the height for ObjectPageLayout?

Jayakrishnan
Active Participant
1,573

Hi All,

I am working on the SAPUI5 application development. In my application scenario i try to place the ObjectPageLayout inside the Dialog Fragment.As per my scenario i have more than 20 fields for the create operation,so that i divided it and kept inside the section, so user can scroll manually as well as using the tab click on the section header in my object page.

My Application Screen:

As of now i set the height value as 37em for the ObjectPage Layout. But when the device type changes it wil not work in this way. So i need to set genericllay to fit in all type of devices. If i set asd 100% or leave it as default i see the the vertical bar appear inside the page and it automaticlaly scrolling .

Image :

How to solve this issue? Is there any other property i am missing.

Thank you,

Regards,

Jayakrishnan.C

Accepted Solutions (0)

Answers (1)

Answers (1)

Jayakrishnan
Active Participant

I actually found the answer , it is because of the combination two controls dialog and object page layout, i refereed the below post after i set both scrolling properties false in the dialog, it works.

Ref link ; https://github.com/SAP/openui5/issues/2514

Thank you.