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
175
DockableControlPane is invisible in WPF xbap.
posted

Hi,

I am using DockableControlPane and displaying it as floating in the WinForm say Form1

This Form1 is used in the WPF application using System.Windows.Forms.Integration.WindowsFormsHost.

I am navigating from Form1 to Form2 using System.Windows.Navigation.NavigationService after the Form2 is closed again I am navigating to back using NavigationService.GoBack().

But when I come back to Form1 the DockableControlPane which is in floating mode goes invisible and its closed property is false.