NevronOpenVision
Nevron.Nov.UI Namespace / NSplitter Class / NSplitter Constructor / NSplitter Constructor(NWidget,NWidget,ENSplitterSplitMode,Double)
The content of the first pane.
The content of the second pane.
The split mode.
When set to Double.NaN the splitter uses the panes desired width/height in the layout direction.
In This Topic
    NSplitter Constructor(NWidget,NWidget,ENSplitterSplitMode,Double)
    In This Topic
    Initializing constructor.
    Syntax
    public NSplitter( 
       NWidget pane1,
       NWidget pane2,
       ENSplitterSplitMode splitMode,
       System.double splitOffset
    )

    Parameters

    pane1
    The content of the first pane.
    pane2
    The content of the second pane.
    splitMode
    The split mode.
    splitOffset
    When set to Double.NaN the splitter uses the panes desired width/height in the layout direction.
    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