Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneLayoutEngine Class / AutoSizeTargets Method


In This Topic
    AutoSizeTargets Method
    In This Topic
    Performs a default autosize logic upon all targets which are autosizable. The default processing will check for targets with size logic other than autosize, calculate their size and exclude it from the total one. Then the remaining size will be distributed even upon all autosizable targets.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AutoSizeTargets( _
       ByVal info As NLayoutInfo _
    ) 
    'Usage
     
    
    Dim instance As NDockZoneLayoutEngine
    Dim info As NLayoutInfo
     
    instance.AutoSizeTargets(info)
    public virtual void AutoSizeTargets( 
       NLayoutInfo info
    )

    Parameters

    info
    Requirements

    Target Platforms: 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