• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
      • Overview
      • Getting Started
      • ActionSheetnew
      • AppBar
      • Avatar
      • BottomNavigation
      • Card
      • ContextMenu
      • Drawer
      • ExpansionPanelnew
      • GridLayoutnew
      • Menu
      • PanelBar
      • Splitter
      • StackLayoutnew
      • Stepper
      • TabStrip
      • TileLayoutupdated
      • Wizard
      • Globalization
      • API
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

SplitterPaneProps

Represents the pane options of the Splitter.

NameTypeDefaultDescription

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.