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
615
"Window" list like in VisualStudio
posted

I use the xamDockManager and have two kinds of ContentPanes. One type is like Solution Explorer or the Toolbox window in VisualStudio. Lets call them "Tool Windows". Then I have documents. The documents are like open files in VisualStudio. Lets call them "Files". And just like in VisualStudio I want to have a "Windows" list that shows me a list of the File documents with the active document highlighted. The problem is not the list, but the activation of the documents. How can I activate a document by click on it? And how can I activate it by selecting it from my windows list? Even if the document is floating and not docked!

I made posted a question a few minutes ago (Floating ContentPane and Navigator appearance) where I asked how to influence the Navigator of the xamDockManager. maybe both posts have something in common.

 

Thanks, Florian