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...
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...