I have try something like this:
But don't see a new panel...
DockPanel dp = new DockPanel();
dp.Background= Brushes.CadetBlue;
dp.Width=50;
dp.Height=50;
Grid g =new Grid();
Grid.SetColumn(g,2);
Grid.SetRow(g,2);
grdMap.Children.Add(g);
But don't see a new panel...