From 3bd744c0d45a94f4e41e9617dae5053a29b58dc4 Mon Sep 17 00:00:00 2001 From: Edward Miller Date: Sat, 1 Feb 2025 13:49:10 -0600 Subject: [PATCH] improve TODO comment --- Maui.DataGrid/DataGridRow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maui.DataGrid/DataGridRow.cs b/Maui.DataGrid/DataGridRow.cs index 8cecc83..3f35b50 100644 --- a/Maui.DataGrid/DataGridRow.cs +++ b/Maui.DataGrid/DataGridRow.cs @@ -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();