wpf - How to get the Row and Column count of a grid in C#? -
how row , column counts of grid in c#, regular window control grid, not datagrid or gridview
thanks
have tried grid.rowdefinitions.count
, grid.columndefinitions.count
?
how row , column counts of grid in c#, regular window control grid, not datagrid or gridview
thanks
have tried grid.rowdefinitions.count
, grid.columndefinitions.count
?
Comments
Post a Comment