I'm working on upgrading an older MFC/C++ application to use the MFC Feature Pack upgrades.
I've swapped out the old toolbar/menu for a ribbon, and found that if using the autohide feature of the CDockablePanes
, the resulting CMFCAutoHideBar
stretches the entire span of the app window and is overlapped by the top-most bar of the ribbon.
How can I avoid this?