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.
Missed the TestInfra file in previous reply hence uploaded.
Publish TestInfra project and then Open the xbap application from published directory.
1. Write some text in TxtBox
2.Click Show the Window
3.Click on Navigate
New form launched
4.Click on close
(Observe that changes in Textbox are retained which means same instance is opened.
However Floating window is not displayed.
Hello ,
Is it possible to post a small sample where your issue is reproducible in order to investigate this further for you.
I am waiting for your details.