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
325
Dock fit to grid / fill
posted

Hello,
I have a grid with 3 columns, the middle a fixed width, and the others filling the rest of the space.

In the left I have a dock Manager and 2 dock panes which I would like to fill the entire column.

It is giving me trouble trying to figure this out.

Is it possible to do so, and how would I acomplish this task?

 

Thanks,

-Matt.

Parents
No Data
Reply
  • 54937
    Suggested Answer
    Offline posted

    The xamDockManager will fill the other area but as discussed in several other threads here the panes within the xamDockManager are not designed to fill the available area - instead they do as occurs in VS where the docked panes are docked to the edges around a central content which in VS is the mdi client and in xamDockManager can be any element. The only element that you can put into the content that would still participate in dragging, etc. would be a DocumentContentHost to mimic the VS tabbed document area. The next release will include the ability to have the docked panes fill the available area.

Children