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
1350
Move floating pane area
posted

Hi all,

Normally you can drag a tabbed floating area around by grabbing it in the title bar of a tabbed pane. In addition I would like to move that tabbed floating pane area by grabbing it in the tag group area. Pls see the attached picture.

Is this possible?

Thx,

Michael

Parents
No Data
Reply
  • 6158
    Verified Answer
    Offline posted

    Hello Michael,

    There is no way built into the UltraDockManager to allow the user to grab and move a pane via the tab header area. However, I was able to put together a small sample that uses a CreationFilter to insert a derive-PaneCaptionUIElement into the tab row. The PaneCaptionUIElement provides the grab and drag functionality to our dock panes, so this derived class will provide the same functionality.

    Let me know if you have any further questions.

    Chris

    WindowsFormsApplication1.zip
Children