-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add support for lazy list in PopUp Menu #749
Comments
You should be able to use a PopupContainer (which looks like the "container" for a menu) plus whatever you want inside it. We do it for example on the new ListComboBox. Does that not work for you? (Sorry, fat fingered the close button) |
ah, I wasn't aware of that... let me try and I'll report! |
Oh, I don't even see it so I think I might need to update to the newest version, we are currently on 0.25.0 |
You definitely need to upgrade :) |
@francisconoriega let us know if |
When creating a Popup menu that has a lot of items (say listing all files in a directory), we get very degraded performance with the Current MenuScope api.
Could there be a way to change the internal impl to use LazyList Support to render each of the passive/selectable items?
The text was updated successfully, but these errors were encountered: