Skip to content

Commit ff2a47c

Browse files
few tweaks
1 parent 38fe8c6 commit ff2a47c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TableView.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,16 +759,16 @@ private void UpdateVerticalScrollBarMargin()
759759
}
760760

761761
/// <summary>
762-
/// Manually refresh.
762+
/// Refreshes the items view of the TableView.
763763
/// </summary>
764-
public void Refresh()
764+
public void RefreshView()
765765
{
766766
DeselectAll();
767767
_collectionView.Refresh();
768768
}
769769

770770
/// <summary>
771-
/// Refreshes the all sorting.
771+
/// Refreshes the sorting applied to the items in the TableView.
772772
/// </summary>
773773
public void RefreshSorting()
774774
{

0 commit comments

Comments
 (0)