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. | |
min |
| Sets the minimum possible size of the pane. | |
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. | |
size |
| Sets the initial size of the pane.
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 |