I have a list w/filter at top of screen and some other content below it (Label and Panel (100px fixed height). This list is populated from a service. When the list fills up, it pushed my label/panel off the screen. I would like content below the list to always be visible without scrolling and the list to become scrollable above it. I want the list grow on taller screens, but the panel to always stay visible without scrolling. What is the best way to design this type of split screen layout?
Use case: I want to user to find and select and item to edit from the list and edit it below in one screen. The list may be very long.
Thanks,
Don