-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
Limit size of elements - add maxSize option? #66
Comments
When using maxSize with minSize, which would take precedence? Alternatively, is there a way to flip your logic to set the opposite element's minSize? |
Would this comment be sufficient to resume looking at this enhancement? |
Has anyone here found a workaround to create a max size ? |
my solution
|
@nathancahill Can you please provide a release of |
Not sure if this is the best way but heres a typescript react implementation that worked for me based on Ramons answer:
Usage:
|
For certain applications it would be helpful to limit the size of the panels programmatically.
Settings the width via CSS (e.g. max-width attribute) on a panel will limit the size but the adjacent element will still be resized when resizing, leading to strange display behaviour where one panel stays fixed while the others get resized.
Is there an easy way to limit the max size of a panel programmatically?
The text was updated successfully, but these errors were encountered: