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
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).
Was this ever implemented? If so does it allow Tile, Cascade, minimize like a typical MDI Application?