[]
        
(Showing Draft Content)

C1.Win.Sizer.Row.SetSize

SetSize Method

SetSize(int, bool)

Gets or sets the size of the Row as a percentage of the grid's height.

Declaration
protected override void SetSize(int value, bool adjust)
Protected Overrides Sub SetSize(value As Integer, adjust As Boolean)
Parameters
Type Name Description
int value
bool adjust
Overrides