-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sync many columns' width #2136
Comments
I was recently trying to solve this as well; no luck. (I wanted all the second columns visually aligned with each other, irrespective of tree expansion level) |
Hello, |
I want to make several 2-columns blocks with possibility to change their width simultaneously.
I managed to achieve this using the same ID for them, but this mechanism doesn't work when I use PushID()/PopID() calls.
Let's consider example:
If I add PushID/PopID calls inside "some header", inner columns stop to change their size by dragging outside columns.
I've also tried to use functions GetColumnWidth, SetColumnWidth, but it results in flickering and visual artifacts:
Is there some way to achieve such a functionality?
The text was updated successfully, but these errors were encountered: