Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
375
XamOutlookBar 'Configure buttons' disable...
posted

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,

Parents
  • 54937
    Offline posted

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

Reply Children