splitpanes
splitpanes copied to clipboard
Disable drag
Is it possible to disable dragging or make some panes fixed?
I have a hack for a 3-panel layout(horizontal, 2 vertical) that makes the horizontal pane fixed:
<splitpanes horizontal>
<div splitpanes-default="5" splitpanes-min="5" splitpanes-max="5"></div>
<splitpanes vertical @resize="resizeComponents()" splitpanes-default="100">
<Component></Component>
<Component></Component>
</splitpanes>
</splitpanes>
</div>
.splitpanes--horizontal > .splitpanes__splitter,
.splitpanes--horizontal > .splitpanes__splitter {
min-height:0px;
max-height:0px;
}
Hi @sbahr001, this is currently not possible, I will keep this feature in mind for the next versions.
Is this feature now available ? :)
I'm also looking forward for this feature!
same
Also looking for this feature