SplitterPaneProps
Represents the pane options of the Splitter.
Definition
Package:@progress/kendo-vue-layout
Properties
collapsed?
boolean
Specifies the pane collapsed state (see example).
collapsible?
boolean
Specifies if the user is allowed to hide the pane and provide space for other panes (see example).
containsSplitter
boolean
Specifies if the content of the pane contains Splitter.
content?
any
The slot template for the content of the splitter
keepMounted?
boolean
Specifies if the children of the pane should be mounted when it's in collapsed state.
max?
string
Sets the maximum possible size of the pane (see example).
min?
string
Sets the minimum possible size of the pane (see example).
resizable?
boolean
Specifies if the user is allowed to resize the pane and provide space for other panes (see example). If resizable is not specified, the resizing of the pane will be enabled.
scrollable?
boolean
Specifies if overflowing content is scrollable or hidden (see example). If scrollable is not specified, the content will be scrollable.
size?
string
Sets the size of the pane (see example). Has to be between the min and max properties.