-
-
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
Dual list box #6648
Comments
Take a look a tables in the demo sources. If you rather want to define your layout manually, you can use |
You can achieve this with two child window or listbox, submitting items in either of them depending on their inclusion in the set, with stored selection on both sides and buttons to move from one to the other. I think it would be a worthy demo to add, in particular with the addition of the range-select branch. I’ll try to work on one next month. |
FYI I've been doing some research on this as part of the multi-select features and being an expected demo. No ETA. |
How could one achieve this type of dual list box widget, using imgui listboxes and buttons? With this component, you can add or remove a selected item from one list to another. You can also add or remove all items in one list to the other.
The text was updated successfully, but these errors were encountered: