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

expandNode performance issue #60

Open
berslen opened this issue Sep 24, 2024 · 0 comments
Open

expandNode performance issue #60

berslen opened this issue Sep 24, 2024 · 0 comments

Comments

@berslen
Copy link

berslen commented Sep 24, 2024

I have a large data to display in the treeview. Root node has 1830 children inside. When expandNode is called for the root node for just expanding the root to see every 1st level node application freezes for more than 6 seconds. My suspicion is that its blocking the UI thread. Possible solution might be to isolate the expand node to make it not block the ui thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant