Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NFlexBoxLayout Class / SetGrow Method
The grow factor for the node. Should be greater than or equal to 0. By default set to 0, which means that the node will not grow.


In This Topic
    SetGrow Method
    In This Topic
    Sets the value of the GrowPropertyEx for the specified node.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetGrow( _
       ByVal node As NNode, _
       ByVal grow As System.Double _
    ) 
    'Usage
     
    
    Dim node As NNode
    Dim grow As System.Double
     
    NFlexBoxLayout.SetGrow(node, grow)
    public static void SetGrow( 
       NNode node,
       System.double grow
    )

    Parameters

    node
    grow
    The grow factor for the node. Should be greater than or equal to 0. By default set to 0, which means that the node will not grow.
    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