Jx.PanelSet Examples

API Reference: Jx.PanelSet See Also: Jx.Panel

The PanelSet

The PanelSet manages two or more panels in a vertical layout such that the panels can be resized and maximized while distributing the vertical space of the panels to all the panels. This works very much like an Accordion except that more than one panel can be open at a time and the vertical space is constant rather than adapting to the height of the open element.

Basic Panel

This panel has a specific height of 100 pixels that it starts with and has an additional constraint of a minimum height of 50 pixels. This means that even if you maximize another panel, this one won't get any smaller than 50 pixels high.

A Second Panel

This panel has an initial height of 100 pixels and a maximum height of 150 pixels.