Master-Detail ?

I need to create Master-detail Form.
The top part is FormLayout, the bottom one is VerticalLayout with grid.
The VerticalLayout with grid should occupy all the space between FormLayout and the bottom of page.
Grid scrollbar should appear if the grid rows don’t fit into the visible space between FormLayout and the bottom of page.

How to do it ?