We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6805d commit 422ccd3Copy full SHA for 422ccd3
1 file changed
ILSpy/Metadata/Helpers.cs
@@ -75,6 +75,7 @@ public static DataGrid PrepareDataGrid(TabPageModel tabPage, ILSpyTreeNode selec
75
AdvancedScrollWheelBehavior.SetAttach(view, AdvancedScrollWheelMode.WithoutAnimation);
76
#endif
77
}
78
+ view.ItemsSource = null;
79
DataGridFilter.GetFilter(view).Clear();
80
view.RowDetailsTemplateSelector = null;
81
view.RowDetailsVisibilityMode = DataGridRowDetailsVisibilityMode.Collapsed;
0 commit comments