Open tmyt opened 6 years ago
Hi, This is already fixed in v3.5 and up
Currently, -Users of Toolkit from GitHub have v3.3 -Users of Toolkit Plus from Xceed have v3.6, available here : https://xceed.com/xceed-toolkit-plus-for-wpf/
Users of Toolkit Plus from Xceed always have the latest release and more features.
I got
System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
when float pane and dock pane and I got this stack trace.It cause seems to call InternalClose twice. I change InternalClose to that, the problem seems fixed.