Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneLayoutEngine Class
Methods


In This Topic
    NDockZoneLayoutEngine Class Members
    In This Topic

    The following tables list the members exposed by NDockZoneLayoutEngine.

    Public Constructors
    Public Methods
     NameDescription
    Public MethodPerforms 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.  
    Public MethodPerforms layout logic upon the specified layout info.  
    Public MethodApplies layout logic upon the specified INDockZone instance  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the available height for a child. The default processing will exclude all the total min size from the provided available height.  
    Protected MethodGets the available size to be used when there is a maximized target.  
    Protected MethodGets the available width for a child. The default processing will exclude all the total min size from the provided available width.  
    Protected MethodGets the height to be applied on a child. Default processing will check the current size logic of the child and calculate the appropriate value.  
    Protected MethodGets the width to be applied on a child. Default processing will check the current size logic of the child and calculate the appropriate value.  
    Protected MethodPerforms horizontal layout using the specified layout info.  
    Protected MethodPerforms vertical layout using the specified layout info.  
    Protected MethodApplies a specific logic when somewhere in the layout tree there is a target with size logic set to SizeLogic.FillInterior.  
    Protected Method  
    Protected Method  
    Protected MethodApplies a specific logic when the layout info contains a maximized target.  
    Protected MethodUpdates the specifies layout info - that is updating its available autosize, caching a maximized child, etc.  
    Protected MethodUpdates the layout info when there is a target with SizeLogic set to FillInterior  
    Top
    See Also