Is there any equivalent of a .NET Panel in JADE? I'd like to add devices to a frame/panel at run-time, but I'm not sure on the number of elements. Because the standard JADE frame doesn't have a scrollbar, if I add more items than it can show, the extra items are hidden.
A workaround I can think of is having the frame expand when it has more items than can be shown, which would use the form's scrollbar to scroll up/down. It would look weird having the bottom of the frame cut off though.
Is there a "proper" way to show a group of components within a larger component, and have the larger component scroll when there's too many items?