You must be logged in to reply to this topic.
I have decided to use yours
C1HtmlHost In work! In it I place SourceHtml = "Test"
… When I create in ChildWindow
I close ChildWindow
I create ChildWindow
I close ChildWindow?
I create ChildWindow
…..
Also I repeat some times.
Each time all opens more slowly and more slowly!
Sorry, one question, is the C1HtmlHost inside the ChildWindow?
yes!
I could reproduce the issue by creating a new ChildWindow with a new HtmlHost each time. The problem is that the LayoutUpdated event in closed ChildWindow keeps getting fired even after the window is closed. To work around the issue you can set the window's Content to null when the window is closed:
window.Closed += delegate { window.Content = null; };
I assume this thread is closed.
Regards
You must be logged in to reply to this topic.
As a leading component vendor in the Microsoft Visual Studio Industry Partner program, ComponentOne has been providing the widest range of Microsoft Visual Studio components, IDE platform development tools, and applications for over 22 years. ComponentOne product lines encompass custom WinForms, ASP.NET, WPF, Silverlight, Mobile, and COM components, documentation tools, and Web Parts for Microsoft Office SharePoint Server and Windows SharePoint Services.
Contact ComponentOne: 1.800.858.2739 | Pittsburgh: 412.681.4343
©2013 ComponentOne LLC All Rights Reserved.
All product and company names herein may be trademarks of their respective owners.
ComponentOne holds a license under Patent No. 5,490,216 (which expires on September 21, 2013)
