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
605
How do I prevent the formation of a new tab group?
posted

I have a form with an UltraDockManager with several controls docked to various edges. The dock manager LayoutStyle is FillContainer.

One of the dockable control panes, call it the "fixed pane", has its caption hidden so that it can't be dragged. Think editor window in Visual Studio. This fixed pane is not part of a tabbed group.

I would like the fixed pane to participate in docking groups EXCEPT as a tabbed group. I should be able to watch the proposed hierarchy in BeforeDockChange and set e.Cancel to true, but I have not been able to identify a drop that would form a new tab group with the fixed pane. How should I do that?

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    Hello bobgru,

    I believe I managed to reproduce the desired behavior in a sample. Please review it and see if it fits your requirements.

     

    Please note, we are making efforts to ensure all posts are addressed by an Infragistics expert. We believe that the other community members could benefit from this thread as well.

    Please do not hesitate to ask if something comes up.

     

    DockManagerFixedPane.zip
Children
No Data