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
This is a problem if the container of SplitPane is not unmount and remount ( for example, you have three tabs ,each have a SplitPane, but they reuses the same SplitPane, then changes of tab won't affect the SplitPane's collapsedSizes and initialSizes)
So the solution is to let each tab have its own SplitPane instance.
Is there a way to collapse/open panel programatically? Changing
collapsedSizes
doesn't seem to work.The text was updated successfully, but these errors were encountered: