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.
2 parents 916cd9b + f22047a commit f03396bCopy full SHA for f03396b
src/TableView.cs
@@ -758,6 +758,24 @@ private void UpdateVerticalScrollBarMargin()
758
}
759
760
761
+ /// <summary>
762
+ /// Refreshes the items view of the TableView.
763
+ /// </summary>
764
+ public void RefreshView()
765
+ {
766
+ DeselectAll();
767
+ _collectionView.Refresh();
768
+ }
769
+
770
771
+ /// Refreshes the sorting applied to the items in the TableView.
772
773
+ public void RefreshSorting()
774
775
776
+ _collectionView.RefreshSorting();
777
778
779
/// <summary>
780
/// Clears all sorting applied to the items.
781
/// </summary>
0 commit comments