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.
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.
Oh, Well.
I will just have to wait till the new release.
Thanks anyway,