You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/datagrid-maui-row-column-counts.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,23 +27,19 @@ I need to determine the number of rows and columns in a DataGrid.
27
27
28
28
To retrieve the number of rows and columns in a DataGrid for MAUI, follow the steps below:
29
29
30
-
**1.** Obtain the number of rows
31
-
32
-
The DataGrid generates rows based on the count of items in the collection bound to the `ItemsSource` property. Use the following code to get the number of rows:
30
+
**1.** Obtain the number of rows. The DataGrid generates rows based on the count of items in the collection bound to the `ItemsSource` property. Use the following code to get the number of rows:
0 commit comments