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

WPF/WinForms: Performance updates for Tree/GridView #2663

Merged

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Jun 6, 2024

Improve performance of GridView and especially TreeGridView when the collection resets, e.g. when expanding/collapsing rows. This works around a WPF issue where when the collection resets it throws away all realized rows instead of caching and re-using them.

For WinForms, it no longer auto sizes to all columns on expand/collapse as for large datasets that slows things down considerably.

@cwensley cwensley added this to the 2.8.4 milestone Jun 6, 2024
@cwensley cwensley merged commit 827b245 into picoe:develop Jun 6, 2024
3 checks passed
@cwensley cwensley deleted the curtis/wpf-grid-performance-updates branch June 6, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant