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

Selecting all nodes is calling BuildTemplateColumn too many times causing slowdowns #223

Open
danipen opened this issue Oct 6, 2023 · 0 comments · May be fixed by #224
Open

Selecting all nodes is calling BuildTemplateColumn too many times causing slowdowns #223

danipen opened this issue Oct 6, 2023 · 0 comments · May be fixed by #224

Comments

@danipen
Copy link
Collaborator

danipen commented Oct 6, 2023

When I select all nodes in the TreeDataGrid with around 33,000 nodes, it slows down. Profiling shows that the selection triggers BuildTemplateColumn, which causes a heavy load on the UI.

image

grokys added a commit that referenced this issue Oct 6, 2023
Not a 100% ideal solution, but should improve things.

Fixes #223.
@grokys grokys linked a pull request Oct 6, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant