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 38fe8c6 commit ff2a47cCopy full SHA for ff2a47c
src/TableView.cs
@@ -759,16 +759,16 @@ private void UpdateVerticalScrollBarMargin()
759
}
760
761
/// <summary>
762
- /// Manually refresh.
+ /// Refreshes the items view of the TableView.
763
/// </summary>
764
- public void Refresh()
+ public void RefreshView()
765
{
766
DeselectAll();
767
_collectionView.Refresh();
768
769
770
771
- /// Refreshes the all sorting.
+ /// Refreshes the sorting applied to the items in the TableView.
772
773
public void RefreshSorting()
774
0 commit comments