ReadonlyariaAccessible label for the divider.
ReadonlycollapseWhich panel to collapse when the divider is double-clicked.
Set to 'none' (default) to disable double-click collapse.
ReadonlydisabledWhether the split container is disabled.
ReadonlydividerWidth (or height, in vertical mode) of the divider bar in pixels.
ReadonlyfirstSize constraints for the first (left / top) panel.
ReadonlyinitialInitial panel sizes as a [first, second] percentage tuple.
Must sum to 100. Defaults to [50, 50].
ReadonlynameOptional name used as the localStorage key for persisting sizes. When set, the container restores its last saved sizes on init and saves after every resize.
ReadonlyorientationLayout orientation. Defaults to 'horizontal' (side-by-side).
ReadonlyresizedEmits after the user finishes dragging (on pointerup).
ReadonlyresizingEmits continuously while the user is dragging.
ReadonlysecondSize constraints for the second (right / bottom) panel.
ReadonlysizesPanel sizes as a [first, second] percentage tuple.
A resizable split container that hosts two content panels separated by a draggable divider.
Project two
ng-templatechildren with#firstand#secondtemplate references.Basic usage
Vertical orientation
Persistent sizes
Double-click collapse