How to remove the space between docked toolbars?

  • Thread starter Thread starter Yan Yang
  • Start date Start date
Y

Yan Yang

Guest
I have toolbar docking problem when the scaling settings of the screen is set more than 100%. I want to dock the toolbars next to each other, but there is space between them when the scaling settings of the screen is not 100%.

m_wndFiveAxisToolBar.EnableDocking(CBRS_ALIGN_ANY);
m_wndDrillingCyclesToolBar.EnableDocking(CBRS_ALIGN_ANY);

EnableDocking(CBRS_ALIGN_ANY);

DockPane(&m_wndDrillingCyclesToolBar);
DockPaneLeftOf(&m_wndFiveAxisToolBar, &m_wndDrillingCyclesToolBar);

Continue reading...
 
Back
Top