Class IgxSplitterPaneComponent

Represents individual resizable/collapsible panes.

IgxSplitterModule

IgxSplitterComponent

pane

presentation

Users can control the resize behavior via the min and max size properties.

Constructors

Properties

collapsedChange: EventEmitter<boolean> = ...

Event fired when collapsed state of pane is changed.

<igx-splitter>
<igx-splitter-pane (collapsedChange)='paneCollapsedChange($event)'>...</igx-splitter-pane>
</igx-splitter>
resizable: boolean = true

Gets/Sets whether pane is resizable.

<igx-splitter>
<igx-splitter-pane [resizable]='false'>...</igx-splitter-pane>
</igx-splitter>

If pane is not resizable its related splitter bar cannot be dragged.

Accessors

Methods