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
210
XamDocManager - specifying auto width instead of fixed width
posted

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.

Parents
No Data
Reply
  • 440
    posted

    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

Children