You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See, I'd prefer if there were methods for showing the gutters mySplitter.unlock() and hiding the gutters mySplitter.lock() which would programatically let me enter an editing mode for the resize of panes.
In my project I don't want the "gutter" occupy any pixels in the view. But When I set the gutterSize to 0. It will not be able to dragged.
So is there a way to "Auto hide" the gutter?
the process maybe like this:
div A and div B both have 50% width:

And when the cursor moves close to the seam. the gutter will appearance Overlay the seam Not inside between divA and divB.

How to implement the feature?
The text was updated successfully, but these errors were encountered: