SplitterPaneProps
Represents the pane options of the Splitter.
Definition
Package:@progress/kendo-react-layout
Properties
children?
ReactNode
Determines the children nodes.
className?
string
Sets additional classes to the component.
collapsed?
boolean
Specifies the pane collapsed state (see example).
false
collapsible?
boolean
Specifies if the user is allowed to hide the pane and provide space for other panes (see example).
false
id?
string
Sets the id property of the top div element of the component.
keepMounted?
boolean
Specifies if the children of the pane should be mounted when it's in collapsed state.
false
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.
true
scrollable?
boolean
Specifies if overflowing content is scrollable or hidden
(see example).
If scrollable is not specified, the content will be scrollable.
true
size?
string
Sets the size of the pane (see example). Has to be between the min and max properties.
style?
CSSProperties
Sets additional CSS styles to the component.