I have the following grid in my WPF \"Window\" (yes the class Window);
Create The Control (). Then Set The ColumnSpan and Row for the Grid:
Grid.SetColumnSpan(, 3); Grid.SetRow(, 0);
Then add your control to the grid you have created
.Children.Add();