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
295
Make PopupMenuTool on Ribbon display as large image
posted

Like the subject says, is there a way to make a PopupMenuTool appear as a large icon on the ribbon? Failing that, is there a way to get the same effect with another control?

This would be fore like a new button that could create a new one of any number of items (similiar to the outlook new button).

Thanks,

Beardo

Parents
  • 44743
    Verified Answer
    posted

    On the PopupMenuTool, set the InstanceProps.PreferredSizeOnRibbon to Large. Alternatively, you can set the InstanceProps.MinimumSizeOnRibbon to Large if you want to prevent the tool from shrinking to the normal size when there is not enough room for all tools. Then set the DropDownArrowStyle to Segmented so the tool has a button portion and a drop down portion.

Reply Children
No Data