A Grid
with two rows and two columns. One control in cell 0,0 with a RowSpan
of 2. Each of the other controls in cells 1,0 and 1,1 respectively. Row 1 is sized absolute and Row 2 is percentage sized. How you govern the display of scrollbars is up to your design and what controls you host in the grid.
Update
I believe you just need to host your StackPanel
instances inside ScrollViewer
instances. This should give you the scrollbars that you need.