Hi,
I'm taking notes of this.
In the meantime, in your DataTemplate, you can use :
The xaml has been modified from the original version to fix a bug. The bug is that if you have a LayoutAnchorable and make it float, everything is fine until docked again. But then, if you take this re-docked item and try to float it again, the FloatingWindow will be empty....until docked. This bug has been fixed in v2.5 by using the ContentPresenter.
I'm taking notes of this.
In the meantime, in your DataTemplate, you can use :
<TextBox Text="{Binding Content.YourProperty}"/>
to make it work.The xaml has been modified from the original version to fix a bug. The bug is that if you have a LayoutAnchorable and make it float, everything is fine until docked again. But then, if you take this re-docked item and try to float it again, the FloatingWindow will be empty....until docked. This bug has been fixed in v2.5 by using the ContentPresenter.