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 13d0b8f commit 38fe8c6Copy full SHA for 38fe8c6
src/TableView.cs
@@ -758,6 +758,24 @@ private void UpdateVerticalScrollBarMargin()
758
}
759
760
761
+ /// <summary>
762
+ /// Manually refresh.
763
+ /// </summary>
764
+ public void Refresh()
765
+ {
766
+ DeselectAll();
767
+ _collectionView.Refresh();
768
+ }
769
+
770
771
+ /// Refreshes the all sorting.
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