A scrollable list of items with too many elements #3954
sairus7
announced in
Old/Archived discussions
Replies: 1 comment 1 reply
-
This problem is already solved by ImGuiListClipper and demonstrated in multiple places of the demo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to show an array of 100000 strings into a listbox with single item selection and scrolling.
But it is very inefficient to render them all every frame.
So, I should somehow:
Are there some ready-to use widgets with these optimizations enabled?
Or maybe I can modify widget scrollbar behaviour without adding vertical slider?
Beta Was this translation helpful? Give feedback.
All reactions