DockingManager.State
property programmatically to DockState.Float.Hi Elmar,
Drag providers will be displayed for a floating window only if it is in Dockable state. A floating window can be moved to Dockable state using Dockable option in context menu. We have modified your sample to enable context menu in NativeFloatWindow. In the sample, we have applied default style for NativeFloatWindow by setting BasedOn style, so that context menu is enabled. You can download the sample from following link:
Sample: HiddenDockingWindowExample
We were unable to reproduce the reported issue "After tabbing floating window by drag and setting the state again to float the window disappears" with the modified sample. Could you please check this sample and get back to us with issue replication video if issue still persists? This would help us to proceed further.
Regards,
Jessie
<syncfusion:DockingManager.NativeWindowStyle>
<Style BasedOn="{StaticResource AeroNativeWindowStyle}" TargetType="syncfusion:NativeFloatWindow">
<Setter Property="Background" Value="White"/>
</Style>
</syncfusion:DockingManager.NativeWindowStyle>
This has the ugly side effect that it no longer looks like a normal WPF Window.
Isn't it possible to get the NativeFloatWindow in Dockable state without this side effect.
Regards,
Elmar