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
60
Undocking Tab PRISM bug
posted

Hi I'm having the same problem with losing references to undocked tabs in Prism mentioned here. 

http://www.infragistics.com/community/forums/p/54466/281412.aspx

Andrew Smith mentions a verified answer: "Floating panes are hosted in a separate WPF Window so you probably need to handle the ToolWindowLoaded event and use the RegionManager.SetRegionManager method to set the region manager on the e.ToolWindow."

How would you actually do this? I've created the correct event handler

private void XamDockManager_ToolWindowLoaded(object sender, Infragistics.Windows.DockManager.Events.PaneToolWindowEventArgs e)

in my shell, but I haven't been able to figure the rest out.

Thanks in advance,

Dmitriy