SplitterPaneComponent
Represents the pane component of the Splitter.
<kendo-splitter>
<kendo-splitter-pane size="30%" [collapsible]="true">
Left pane content
</kendo-splitter-pane>
<kendo-splitter-pane>
Right pane content
</kendo-splitter-pane>
</kendo-splitter>
Selector
kendo-splitter-pane
Export Name
Accessible in templates as #kendoSplitterPaneInstance="kendoSplitterPane"
Inputs
Name | Type | Default | Description |
---|---|---|---|
collapsed |
|
|
Determines if the pane is initially collapsed. |
collapsible |
|
|
Determines if you can hide the pane and provide space for other panes. |
max |
|
Defines the maximum possible size of the pane. Accepts values in pixels and percentages. | |
min |
|
Defines the minimum possible size of the pane. Accepts values in pixels and percentages. | |
resizable |
|
|
Determines if you can resize the pane and provide space for other panes. |
scrollable |
|
|
Determines if overflowing content is scrollable or hidden. |
size |
|
Defines the initial size of the pane.
Accepts values in pixels and percentages.
The value must be between the | |
splitterBarAttributes |
|
Defines the HTML attributes of the splitter bar. Accepts string key-value pairs. You cannot change attributes that are essential for certain functionalities. | |
splitterBarClass |
|
Defines the CSS classes that are rendered on the splitter bar.
Supports the same values as |
Events
Name | Type | Description |
---|---|---|
collapsedChange |
|
Fires when the Splitter pane collapses or expands.
The event data contains the new property state.
Enables two-way binding of the |
sizeChange |
|
Fires when the Splitter pane size changes.
The event data contains the new pane size.
Enables two-way binding of the pane |