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
80
create cascade Panes
posted

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

Parents
No Data
Reply
  • 54937
    Offline posted

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

Children