How can I remove the little 'Configure buttons' popup menu on the XamOutlookBar or at least disable it?
The one containing the items " Show More buttons, Show Fewer buttons, etc..." Thanks,
You would need to retemplate the GroupOverflowArea. We ship the default xaml as part of the install so you can use the default style for that element from the DefaultStyles directory as the basis for creating your custom style. I would recommend not entirely removing the PART_OverflowMenu since that menu should be available in case there are more groups than can fit in the overflow area or else your end user will not be able to select any groups that don't fit in the overflow area. Instead you may want to just remove the menu items that you don't want to be there (e.g. ShowMoreButtonsMenuItemHeader).
We put in a support request for exactly this (CAS-30587-IP5QDZ). Could you please provide an exact example of how to achieve this?
Joe Koolipurackal
Licensed user for NetAdvantage for WPF