'Declaration Public Interface ILayoutUpdateStrategy
'Usage Dim instance As ILayoutUpdateStrategy
public interface ILayoutUpdateStrategy
Represents the strategy class to call when AvalonDock needs to position an anchorable inside an existing layout model.
'Declaration Public Interface ILayoutUpdateStrategy
'Usage Dim instance As ILayoutUpdateStrategy
public interface ILayoutUpdateStrategy
Sometimes it's impossible to automatically insert an anchorable in the layout without specifing the target parent pane. Implement the methods of this interface to create a class whose instances will be asked to insert the anchorable to the desired position, and use an instance to set the LayoutUpdateStrategy property of the DockingManager class.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2