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
1921
How to change the Pane navigator source list
posted

Hi,

In my application i used XamDockManager with some tabbed document.  And one of the content pane

have xamDockManger inside (It has it own set of content pane as docked form). This is scenario.

(Please see my attached solution) When you are in normal content pane of main dockmanager, the pane navigator shows the main

application correctly. But when i go to content pane with xamdockmanager, the pane navigator shows

that screen own set of content panes list. What i want is, where ever in my application, if i clicked the pane

navigator it should display only the maindockmanager content panes list (Like the next down triangle button).

What i have to do?

Regards,

Ramesh.P

 

XamDockManagerPreview.zip
Parents
No Data
Reply
  • 1921
    Verified Answer
    posted

    Hi all,

    I fixed this issue my self.

    Handle the Executing command event , check if e.Command ==

    ShowPaneNavigator, then make it cancel and show your own panenavigator for

    specfic xamdockmanager.

    I attached the solution code.

    Regards,

    Ramesh.p

    XamDockManagerPreview.zip
Children
No Data