How to get the Row and Column counts of grid in C#, just regular window control grid, not datagrid or gridview
Thanks
How to get the Row and Column counts of grid in C#, just regular window control grid, not datagrid or gridview
Thanks
Have you tried grid.RowDefinitions.Count
and grid.ColumnDefinitions.Count
?