Can we specify auto width for XamDocManager instead of fixed width?
I have gone through the samples but i didn't find any sample which has used auto width for XamDocManager.
Hello Rakesh,
I am just checking your progress on the issue. If you require any further assistance please do not hesitate to ask.
Hi Rakesh,
The xamDockManager is a ContentControl and the Panes are meant to hold (and restrict) their content. That content can be any control but it won’t force the XamDockManager panes to change in size. This behavior is similar to Visual Studio’s interface where the docked panes don’t change their size based on their content.
Best,
Ivo