We have the following request and we are looking for a solution:
The screen consists of 3 parts:
the header
the body
the footer
Header and footer are always visible and are shown on the fixed location on top or bottom of the screen.
The body contains different controls and can vary in size.
So we need the possibility to scroll the body in case it exceeds the space left by header and footer.
We already proposed a grid as our preferred solution but the user insists on controls.
So our question is:
Has anybody managed a scrollable part of a screen ?