You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When drawing columns, I see there is some padding on the last column (please take a look a the screenshot).
I obviously searched in the closed issues, but didn't find my answer.
I don't remember why, and I don't remember how to retrieve the remaining space...
Could someone please explain again ?
Thanks.
The text was updated successfully, but these errors were encountered:
This is because the code has some subtle issues with dynamically toggling the scrollbar on and off, so I always kept that space available in case the scrollbar would appear and it fixed a few things.
If you never need a scrollbar, you can pass the ImGuiWindowFlags_NoScrollbar flag to your child window and it'll fix that issue.
Otherwise we still need to find that resizing to be done properly as part of the Columns API rewrite (#125) sometimes in the future :)
Hello,
When drawing columns, I see there is some padding on the last column (please take a look a the screenshot).
I obviously searched in the closed issues, but didn't find my answer.
I don't remember why, and I don't remember how to retrieve the remaining space...
Could someone please explain again ?
Thanks.
The text was updated successfully, but these errors were encountered: