Wrap demo tab content in BeginChild to keep tabs visible when scrolling#167
Merged
Merged
Conversation
…ling Co-authored-by: matt-edmondson <19528727+matt-edmondson@users.noreply.github.com>
Co-authored-by: matt-edmondson <19528727+matt-edmondson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Wrap demo.Render() in BeginChild for tab visibility
Wrap demo tab content in BeginChild to keep tabs visible when scrolling
Feb 16, 2026
matt-edmondson
marked this pull request as ready for review
February 16, 2026 01:25
matt-edmondson
approved these changes
Feb 16, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Tab bar scrolls out of view when viewing long content in ImGuiAppDemo, making tab navigation difficult at the bottom of pages.
Changes
Modified 14 demo files in
examples/ImGuiAppDemo/Demos/to wrap content inImGui.BeginChild(), creating an independent scrollable region within each tab while keeping the tab bar fixed.Pattern applied:
Files modified:
Also fixed typo in ImGuizmoDemo separator text.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.