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

Add methods to expand/collapse multiple levels of items without a performance penalty. #273

Merged
merged 8 commits into from
Apr 1, 2024
Prev Previous commit
Next Next commit
Don't update flattened rows while disposing.
grokys committed Mar 11, 2024
commit 611ead6464aaa0e3863a695151527a4b86b62fe8
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ public HierarchicalRows(

public void Dispose()
{
_ignoreCollectionChanges = true;
_roots.Dispose();
GC.SuppressFinalize(this);
}