ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Row Class / SetSize Method

In This Topic
    SetSize Method (Row)
    In This Topic
    Gets or sets the size of the Row as a percentage of the grid's height.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetSize( _
       ByVal value As System.Integer, _
       ByVal adjust As System.Boolean _
    ) 
    protected override void SetSize( 
       System.int value,
       System.bool adjust
    )

    Parameters

    value
    adjust
    See Also