olavl
February 6th, 2009, 06:35 AM
I have a grid with a number of rows and columns, that I want to add items to runtime.
Using MyGrid.Children.Add(MyElement); always put the element in row 0, column 0.
Is there a way to specify which row and column you want the element to go from C# code?
Visual Studio 2008
.Net 3.5
Using MyGrid.Children.Add(MyElement); always put the element in row 0, column 0.
Is there a way to specify which row and column you want the element to go from C# code?
Visual Studio 2008
.Net 3.5