Xceed Toolkit Plus for WPF v4.6 Documentation
ILayoutUpdateStrategy Interface
Members 


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace : ILayoutUpdateStrategy Interface

Represents the strategy class to call when AvalonDock needs to position an anchorable inside an existing layout model.

Syntax
'Declaration
 
Public Interface ILayoutUpdateStrategy 
'Usage
 
Dim instance As ILayoutUpdateStrategy
public interface ILayoutUpdateStrategy 
Remarks

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.

Requirements

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

See Also

Reference

ILayoutUpdateStrategy Members
Xceed.Wpf.AvalonDock.Layout Namespace