-
Notifications
You must be signed in to change notification settings - Fork 729
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
Performance prohibitively slow with RadioList in float container #1981
Comments
Looks like there can also be be very slow performance with anything that scrolls. I wonder where to start? Here is the notable profiler output capturing only up and down arrow keys that set a current highlighted line index in a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a float container with a 50-item
RadioList
over my full-screen layout app. It seems like performance gets twice as slow - 2-3 second respond time to arrow key selections in theRadioList
- in the float container. Then if we pop a simple yes/no dialog things get even slower. What techniques can I use to optimize performance for these?The text was updated successfully, but these errors were encountered: