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

Resizable Panel (Splitter) #80

Open
PepeElToro41 opened this issue Oct 10, 2024 · 1 comment
Open

Resizable Panel (Splitter) #80

PepeElToro41 opened this issue Oct 10, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@PepeElToro41
Copy link

PepeElToro41 commented Oct 10, 2024

Resizable Panel (Splitter)

A resizable panel similar to the one in ImGui
281158535-d3307edc-f379-4f3a-a1c8-5f5801c8b058

Not sure how the api is gonna be for the user, maybe the user can use SameLine and render the resizable panel first and then another panel that fills the remaining part.

@SirMallard
Copy link
Owner

Having looked at the Dear ImGui source code, it just uses a left child window with a resize flag on it, which consumes up space on the left. This functionality could be added to regular groups.

@SirMallard SirMallard added the enhancement New feature or request label Oct 18, 2024
@SirMallard SirMallard added this to the v2.5.0 milestone Oct 18, 2024
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