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
665
UltraDockManager Tutorial
posted

Hi there

simple Question: How do i add a DockManager to a Form with Code?!

 

regards

Cloud

Parents
  • 53790
    posted

    Hello Cloud,

    One possible approach could be:

    UltraDockManager udm = new UltraDockManager();

    udm.HostControl = this;

    udm.DockControls(new Control[] {ultraExplorerBar1}, DockedLocation.DockedLeft, ChildPaneStyle.HorizontalSplit);

     

    Let me know if you have any questions.

    Regards

Reply Children