void CMainFrame::OnSize(UINT nType, int cx, int cy)
{
 CBCGPFrameWnd::OnSize(nType, cx, cy);

 // TODO: 在此处添加消息处理程序代码
 AdjustDockingLayout();
}

 

或者用

RecalcLayout()

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-09-03
  • 2022-01-14
  • 2021-10-09
  • 2022-12-23
相关资源
相似解决方案