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
105
DockAreaPane layout customization
posted

Hi,

I have an UltraDockManager which contains a DockAreaPane, which contains a DockableControlPane, and I need to customize a DockAreaPane's layout with the following:

- limit its width to a fixed width, smaller than the container's width

- align the tabs to the right (the DockAreaPane has DockedLocation.DockedBottom)

Is there a way to do these?

Thanks, 

Bogdan

Parents
No Data
Reply
  • 6158
    Suggested Answer
    Offline posted

    Hello Bogdan,

    I believe I answered part of these questions on another thread. The UltraDockManager utilizes standard .NET docking behavior. As such, the docked control will extend the entire width/height of it's container (depending on whether it is docked top/bottom or left/right). There is no way to dock a control to the side of the container but still limit it from extending along the entire side.

    You can change the position of the tabs around the pane by setting the GroupSettings' TabLocation property.

    I hope this helps.

    Chris

Children
No Data