解决导航问题winform的左侧树控件右侧panel加载用户控件  

UserControl1 uc = new UserControl1();
            this.splitContainer1.Panel2.Controls.Add(uc);
            uc.Dock = System.Windows.Forms.DockStyle.Fill;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2022-01-16
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-27
相关资源
相似解决方案