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
3590
Why can I not dock to center dock indicator?
posted

I have a dock manager and inside that I have a SplitPane (is there any other option to use as a single pane?). I add a ContentPane and when I drag the pane around I can dock top, bottom, left, right but not able to dock center/maximize. Whay is this?

  • 4475
    posted

    Hello,

     

    I am checking if this is still an issue for you.

     

    If you require any further assistance please do not hesitate to ask.

     

    Sincerely,

    Ekaterina

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

  • 54937
    Suggested Answer
    Offline posted

    The center indicator only has meaning when there is some central content that supports docking which basically means that you have a DocumentContentHost as the Content of the XamDockManager (and therefore are using tabbed documents like VS). If you set LayoutMode to FillContainer then the innermost docked pane will fill the container but there still won't be a center indicator when there are no docked panes because ultimately it is still docked to an edge and it is that edge where the unpinned pane will be place if/when the pane is unpinned.