CMFCRibbonBar and recent file list
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
We use the CMFCRibbonBar defined from a resource file. We have a recent files list appearing to the right of the main menu (which contains New, Open, Print etc). The problem is that the elements are too widely spaced, which stands out as it does not match the other menus. Anyone know how to fix this? For our Print sub-menu I was able to get 'correct' spacing of the menu items by editing the ribbon resource file and setting the value to FALSE for each item. Unfortunately I cannot do this for file list items, and I cannot get each recent file list button using CMFCRibbonBar::FindByID(ID_FILE_MRU_FILE1+index) as it returns NULL.