Hi,
I have implemented XamDockManager in our application where I have a content pane whose location is set to right and width is set to 300. When I try to pin the pane it always come till the middle of the screen. But I want it pinned with 300 as width. Anyway when not pinned (During mouse over on the right button) it shows the correct width. Could you please tell me how to pin the pane with fixed width?
Thanks.
Hello sentha,
There is Min- , Max- Height and Width properties that you could use to adjust the size for Content Pane. In your case i suggest you using MaxWidth = 300, which will prevent ContentPane from exceeding 300 . I hope that helps!
Regards,
Nikola.