Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock Namespace / DockingManager Class / LayoutUpdateStrategy Property


In This Topic
    LayoutUpdateStrategy Property
    In This Topic
    Gets or sets the strategy class to call when AvalonDock needs to position an anchorable inside an existing layout model.
    Syntax
    'Declaration
     
    Public Property LayoutUpdateStrategy As ILayoutUpdateStrategy
    'Usage
     
    Dim instance As DockingManager
    Dim value As ILayoutUpdateStrategy
     
    instance.LayoutUpdateStrategy = value
     
    value = instance.LayoutUpdateStrategy
    public ILayoutUpdateStrategy LayoutUpdateStrategy {get; set;}

    Property Value

    The strategy class to call when AvalonDock needs to position an anchorable inside an existing layout model.
    Remarks
    Sometimes it's impossible to automatically insert an anchorable in the layout without specifing the target parent pane. Set this property to an object that will be asked to insert the anchorable to the desired position.
    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