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
65
Dock all contentpanes at start up
posted

I have a WPF window that contains a xamDockManger control. When the window is first shown I want all the contentPanes to be docked. Currently I have a contentpane docked to the left and one on the bottom but the one on the bottom flies out when the window loads. How can I make the content panes stay docked until the user clicks on a content pane's tab?

Parents
No Data
Reply
  • 54937
    Offline posted

    It sounds like that pane is getting keyboard focus when the application starts. When an unpinned pane receives keyboard focus the default behavior is to display the flyout containing the pane. You may want to make sure that some other element receives the keyboard focus initially.

Children
No Data