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
140
How to set XamDockManager ContentPane width while pinned
posted

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.

  • 1670
    posted

    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.