Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a maximize function #163

Open
chinchang opened this issue Oct 24, 2018 · 2 comments
Open

Add a maximize function #163

chinchang opened this issue Oct 24, 2018 · 2 comments

Comments

@chinchang
Copy link

It's something opposite to the current collpase function. Instead of collapsing one pane, it would maximize one by collapsing all other panes. This isn't possible right now even by using multiple collapse calls.

@Autre31415
Copy link

In the mean time you could use setSizes([0, 100]) (Adjusted for your specific layout) to accomplish a similar effect.

@adrianbj
Copy link
Collaborator

In the mean time you could use setSizes([0, 100]) (Adjusted for your specific layout) to accomplish a similar effect.

That only works if you are not setting a minSize and relying on it when collapsing or maximizing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants