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?


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -