Hi,
Thanks for the great explanations !
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
Thanks for the great explanations !
-
Dock via top-central drop target icons + float + dock via top drop target icon => wrong size
Issue https://wpftoolkit.codeplex.com/workitem/22467 has been created. -
Split in 2 when dragging
While dragging a FloatingWindow over the drop target center icons, the default behavior is to split the space in 2 to show where the FloatingWindow would appear. The Floating window size is not taken into account at this stage. -
Suppress all of the drop target centre icons
You can do this this way :
Go in file "Xceed.Wpf.AvalonDock/DockingManager.cs"
In method "GetDropAreas", comments all the "foreach". They are adding the drop target center icons.
This will leave you with only one addition to "_areas", the "DropAreaType.DockingManager", which will add the Top/Bottom/Left/Right drop target icons.
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF