Skip to content

Commit

Permalink
improve TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Feb 1, 2025
1 parent 8a872c7 commit 3bd744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.DataGrid/DataGridRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private static Color InverseColor(Color color)

private void InitializeRow()
{
Children.Clear(); // TODO: Revisit this if and when virtualization is straightened out
Children.Clear(); // TODO: Revisit this if and when virtualization is straightened out in the underlying MAUI CollectionView control

UpdateSelectedState();

Expand Down

0 comments on commit 3bd744c

Please sign in to comment.