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
have you tried
<
="DockedRight">
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.