Split Layout
<vscode-split-layout>
Properties
- fixedPane
The size of the fixed pane will not change when the component is resized.
Attribute fixed-pane Type FixedPaneType
- handlePosition
Set the handle position programmatically. The value must include a unit, either
%
orpx
. If no unit is specified, the value is interpreted aspx
.Attribute handle-position Type string | undefined
- handleSize reflected
Controls the draggable area size in pixels. it is intended to use the value of
workbench.sash.size
.Attribute handle-size Type number
Default 4
- initialHandlePosition reflected
The handler position will reset to this position when it is double-clicked, or the
resetHandlePosition()
is called.Attribute initial-handle-position Type string
Default '50%'
- resetOnDblClick reflected
Controls whether the handle position should reset to the value set in the
initialHandlePosition
when it is double-clicked.Attribute reset-on-dbl-click Type boolean
Default false
- split reflected
Direction of the divider.
Attribute split Type Orientation
- version readonly
VSC Element version
Methods
- resetHandlePosition
Sets the handle position to the value specified in the
initialHandlePosition
property.
Custom CSS Properties
- --hover-border
Default var(--vscode-sash-hoverBorder)