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
165
Text Separator in PopupControlContainer
posted

I need  to add a separator with text as attached screen in Popupcontainecontrol. I have customised menu items in my popupcontainer control, I need group the menu items and show under the separator (like office 2010 Recent and Pinned items)

Parents
No Data
Reply
  • 44743
    posted

    The PopupControlContainerTool allows you to put any Control in it. It cannot control the contents of that Control, so even if the UltraToolbarsManager did have a way of adding menu items separators like this, you wouldn't be able to use them in a PopupControlContainerTool. However, if you are using a PopupMenuTool instead, separators like this are not currently supported. You can only add a separator without text by setting InstanceProps.IsFirstInGroup on the next tool. You can submit a feature request for a separator with text.

Children
No Data