NevronOpenVision
Nevron.Nov.UI Namespace / NSplitterBase Class / PerformLayout Method
The thumb whose panes to layout.
The content area of the splitter.
In This Topic
    PerformLayout Method (NSplitterBase)
    In This Topic
    Given a content area and split parameters, calculates the positions of the splitter elements.
    Syntax
    protected void PerformLayout( 
       NSplitterThumb thumb,
       NRectangle ca,
       System.double splitFactor,
       System.double splitOffset,
       out NRectangle thumbRect,
       out NRectangle pane1Rect,
       out NRectangle pane2Rect
    )

    Parameters

    thumb
    The thumb whose panes to layout.
    ca
    The content area of the splitter.
    splitFactor
    splitOffset
    thumbRect
    pane1Rect
    pane2Rect
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also