SplitterPaneComponent
Represents the pane component of the Splitter.
Selector
kendo-splitter-pane
Export Name
Accessible in templates as #kendoSplitterPaneInstance="kendoSplitterPane"
Inputs
Name | Type | Default | Description |
---|---|---|---|
collapsed |
|
Specifies if the pane is initially collapsed. | |
collapsible |
|
Specifies if the user is allowed to hide the pane and provide space for other panes. | |
max |
|
Sets the maximum possible size of the pane. Accepts units in pixel and percentage values. | |
min |
|
Sets the minimum possible size of the pane. Accepts units in pixel and percentage values. | |
resizable |
|
Specifies if the user is allowed to resize the pane and provide space for other panes. | |
scrollable |
|
Specifies if overflowing content is scrollable or hidden. | |
separatorLabel |
|
The value of the aria-label attribute of the auxiliary separator. | |
size |
|
Sets the initial size of the pane.
Accepts units in pixel and percentage values.
Has to be between the |
Events
Name | Type | Description |
---|---|---|
collapsedChange |
|
Fires each time the |
sizeChange |
|
Fires each time the user resizes the Splitter pane.
The event data contains the new pane size.
Allows a two-way binding of the pane |