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
710
Add a pane that dock to the top in an existing areapane which is of childpanestyle of tab
posted

I do not know how to do this. I have an AreaPane which has a ChildPaneStyle of Tab which has 2 tabs in. That works well. Now I want to add another controlPane in the same Areapane but dock to the top. I could not seem to find a way to do that. I tried to change the ChildPaneStyle to horizontal split but it applies to all controlPanes in the areapane and got rid of my original tabs. Any hints?

  • 710
    posted

    I figured it out. I can use DockableGroupPane to acheive this.