Button b = new Button(); b.Content = "按钮1"; b.Height = 50; b.Width = 80; groupBox1.Content = b;
如果需要添加多个,需要用到布局控件了stackpal等
无凭无据。