Im wondering if there is a way to disable the flyout/flyin animation when clicking the unpin button on a content pane. I wish the contentpane to be immediately closed and in the unpinned tab strip.
Setting IsFlyInSuspended = false, brings me half way there I'm just unclear on how to hide/collapse the contentpane.
Thanks for the help!
Hello Nathan,
The XamDockManager class exposes a FlyoutAnimation property that affects all ControlPanes. I believe the default setting is Slide which you are seeing. You can set this to None to prevent the animation from occurring.