SplitterComponent
Represents the Kendo UI Splitter component for Angular.
<kendo-splitter [style.height.px]="280">
<kendo-splitter-pane [collapsible]="true" size="30%">
<h3>Left pane</h3>
</kendo-splitter-pane>
<kendo-splitter-pane>
<h3>Right pane</h3>
</kendo-splitter-pane>
</kendo-splitter>
Selector
kendo-splitter
Export Name
Accessible in templates as #kendoSplitterInstance="kendoSplitter"
Inputs
Name | Type | Default | Description |
---|---|---|---|
orientation |
|
|
Defines the orientation of the panes within the Splitter.
Use |
resizeStep |
|
|
Defines the distance in pixels that you move the separator during keyboard navigation. |
splitbarWidth |
|
Defines the width or height of the Splitter splitbars in pixels. The dimension depends on the orientation of the Splitter. | |
splitterBarClass |
|
Defines the CSS classes that are rendered on the splitter bars.
Supports the same values as |
Events
Name | Type | Description |
---|---|---|
layoutChange |
|
Fires when the layout of the Splitter changes. Use this event to trigger layout calculations on components that are positioned inside the panes. |