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
1320
XamDockManager Tabs above in new window
posted

Hello,

We are using the XamDockManager for our application. If we drag multiple tabs from the XamDockManager to a window the tabs appear on the bottom of the screen. We would like this to be on top of the screen like the main window.

Is this possible?

Kind regards

Parents
No Data
Reply
  • 14517
    Offline posted

    Hello,

    When you float a pane the Dock Manager fires the ToolWindowLoaded event.  You can handle this event to and add a style to the new Tool Window’s Resources which sets the TabStripPlacement property to Top for the TabGroupPane. This will add the Tabs at the top of the Tab Group Pane when it is created.

    See attached sample.

    Let me know if you have any questions.

    Sincerely,

    Valerie

    Developer Support Supervisor - XAML

    Infragistics

    www.infragistics.com/support

    DockManagerEx.zip
Children