Page 1 of 1

VL-WEB Layout

Posted: Fri Jul 12, 2019 4:20 am
by atostaine
I have a web page with 3 rows, top row is pixels, bottom row is pixels, middle row is proportion. Rows 1 & 3 contain header and footer info. I want the footer to float down no matter how tall the component in the 2nd row is.

I show many different reusable parts in the middle row. But the footer row doesn't stay at the bottom.

All of the RP's in the middle row are set to size Content Height. Should they resize the 2nd row in the parent?

Re: VL-WEB Layout

Posted: Fri Jul 12, 2019 6:26 am
by dannyoorburg
Hi,

No, not if the middle row is proportional, only if the row itself sizes to Content....

Or maybe you've accidentally forced the enclosing component to size to content.

Cheers,
Danny

Re: VL-WEB Layout

Posted: Sat Jul 13, 2019 1:02 am
by atostaine
Changing the row to content solved it. Thanks