-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pane stretchBar limit #4
Comments
Thank you very much for your feedback. I do understand your need: we should be able to limit the size of the panes to avoid unattractive layouts that exceed expectations. We can certainly restrict the user from dragging the My suggestion is that you should rethink your layout. For |
I would say the limit is kinda already implemented because the panes currently do not decrease after a particular width. So, what I'm saying is; can we expose that limiting property and make it optional? Think about it. |
I think I understand your needs better: It looks like you need a Whether it's
While we can restrict the user from dragging the Do you have a good handle for the behavior of changing the pane size without using |
How can I limit the stretchbar from adjusting the width of surrounding panes beyond a set limit?
For instance, we could have a
limit
config object set in StrretchBarConfig, as a result, the user cannot adjust the stretchbar and limit the bordered panes beyond 100px in width or height.The text was updated successfully, but these errors were encountered: