cancel
Showing results for 
Search instead for 
Did you mean: 

Layout strechtedVertically 100% / use full screen

0 Kudos

Dear Experts,

I got a problem with my Layout. I need to create an application with the following layout:

-


|

HEADER


MAIN


TOOLBAR

-


|

The toolbar at the bottom has to be always visible, so i placed MAIN in a scrollcontainer.

But how can i force the toolbar to the bottom of the IE-Window and ensure that MAIN always uses the remaining space (regardless of the content, the scrollcontainer should use the remaining space between HEADER und TOOLBAR)?

I tried application parameter WDSUPPORTFULLHIGHT = 2 and have set all containers to Matrix-Layout with stretchVertically = true and hight = 100% and verticallAllignment = top (saw something like that in note 1266588), but the application doesnt use the full hight.

Working on a Netweaver 7.3.

Thanks & Regards,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you use FPM then you have additional option to have the toolbar at the bottom. Remember it optional to have it also at the bottom and not only at the bottom.

In WDA, you can try the PageLayout (replace the root container element with pageLayout and at the bottom set the toolbar element.

Answers (0)