Hello,
I'd like to know how can I create several panes, in cascade mode, instead of the creating side by side.
At the moment I can only see two available option Left to Right or Right to Left.
I would like to create floating panes in cascade mode, but I don't find that option (not sure even if the control allow that).
Thanks
Hello Brian,
This behavior was never implemented in the XamDockManager control. If you would like to show further interest in this feature being implemented, I would recommend suggesting a new product idea for it at our new product ideas site, https://es.infragistics.com/community/ideas/i/ultimate-ui-for-wpf. This will place you in direct communication with our product management teams who plan and prioritize upcoming features and development based on community and user feedback.
Please let me know if you have any other questions or concerns on this matter.
Was this ever implemented? If so does it allow Tile, Cascade, minimize like a typical MDI Application?
If by cascade mode you mean showing the panes within the documentcontenthost as mdi children similar to a winforms type application then no, this is not supported. You can submit feature requests here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx
BTW, it sounds like you were looking at the FlowDirection which is a WPF property for providing right to left support for cultures that require that. SplitPane's expose a SplitterOrientation which is used to determine whether the children are arranged vertically or horizontally. The root SplitPanes are positioned based on the attached InitialLocation property (e.g. DockedLeft|Right|Top|Bottom|Floating or FloatingOnly).