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?
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
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.