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

Container resizing Issues #13

Open
mystchonky opened this issue Jul 30, 2022 · 1 comment
Open

Container resizing Issues #13

mystchonky opened this issue Jul 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mystchonky
Copy link

Resizing containers in a column or row is not intuitive/straightforward.

2022-07-30.22-54-40.mp4

As you can see from this, trying to resize one container leads to size change in some other container.
This is probably because of the tree-type nature of organizing containers. Can this be changed so that other containers are not affected when resizing ?

@gilzoide
Copy link
Owner

Yup, this is definitely about how the layout is structured (binary tree of Split nodes with Panel nodes as leaves).
And yeah, it can definitely be changed, the only thing is that the implementation will get more complex.
Managing non-binary trees, making sure all Panels have their minimum sizes respected, will require a bunch of logic and testing, but it's certainly doable! And the result would be much better for the end user experience.

Just as a side note, I won't be able to work on anything in the next couple weeks.
But feel free to do so, I'll be glad to help with anything I can!

@gilzoide gilzoide added the enhancement New feature or request label May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants