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
896
XamDockManager
posted

Hi

I am having three Split panes in a XamDock Manager.

I want to dock the first and the last at left and right respectively when they are unpinned but when they are

 pinned i want those panes at top and bottom respectively.I think i'll have to change the

initial location of the Split pane on some event(s) ?? which is fired when it is pinned/unpinned

but am unable to find anything, can u help on this

Thanks Abhi

  • 263
    posted

    have you tried

    <

     

     

    igDock:SplitPane igDock:XamDockManager.InitialLocation

    ="DockedRight">

  • 54937
    Offline posted

    There is no built in functionality to support this currently. Also, you cannot set the InitialPaneLocation once the pane has been added to the Panes collection. You might be able to handle the ExecutingCommand for the TogglePinnedState command and programatically move the ContentPane but you'll probably hit some timing issues and you'll likely need to disable the flyout animations. Perhaps the  best thing to do is to submit a feature request for this.