-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Column Layout Issues #85
Comments
|
I have fixed the columns API to handle multiple items per cell correctly. Let me know if that works better for you! ImGui::Separator() will still span entire column so you can't really use it in this context (yet). |
This is awesome, it works much better! The separator issue isn't a big deal in my use case, but might be nice to have. Been writing up my little debug GUI and this revision makes things much nicer with columns. Great work! |
If you want a separation you can also use BeginChild/EndChild and have separate scrolling regions. |
Closing this. I have noted as a separate TODO the need for a Separator that works only within the current column. |
Received this:
The text was updated successfully, but these errors were encountered: