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
565
WinDock w/Panels
posted

Is it possible to dock controls within a panel.  For example I have 4 panel on my form, depending on what mode the user chooses is what is displayed panel wise.  On one panel, I'd like to dock a treeview and an UltraGrid to the panel, not the form.

 Possible?

Parents
  • 44743
    Verified Answer
    posted

    You cannot add an UltraDockManager to a .Net Panel control because the HostControl of the manager must be a ContainerControl and Panel is not derived from ContainerControl. I would recommend making custom UserControls to replace each of the four panels. You can add an UltraDockManager to a UserControl and as far as a container goes, it is very similar ot a Panel.

Reply Children