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
585
Resize handle on popup control container tool
posted

I'm trying to show a user control as a popup for a tool in the main menu bar, with a resize handle/grip, but:

  • PopupControlContainerTool doesn't appear to support user resizing
  • PopupGalleryTool does, but is meant for Ribbons
  • UltraPopupControlContainer does too, but doesn't interact with the toolbars manager — I can have it show up with a ButtonTool and manually set the position, but the result isn't pretty. I'd have to manually reimplement things PopupToolBase presumably already handles.

What's my best option here?