Class IgxSplitterPaneComponent

Represents individual resizable/collapsible panes.

Igx Module

IgxSplitterModule

Igx Parent

IgxSplitterComponent

Igx Keywords

pane

Igx Group

presentation

Remarks

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

Hierarchy

Hierarchy

  • IgxSplitterPaneComponent

Constructors

Properties

Accessors

Methods

Constructors

Properties

collapsedChange: EventEmitter<boolean> = ...

Event fired when collapsed state of pane is changed.

Example

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

Gets/Sets whether pane is resizable.

Example

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

Remarks

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

Accessors

Methods