MobileForms Toolkit Documentation

Row.Height Property

Gets or sets the Height of the row.

public int Height {get; set;}

Remarks

The SmartGrid does not reflect the change, if new height is set directly using this property. To change the height of the row with updating SmartGrid, use SetHeight method.

See Also

Row Class | Resco.Controls.SmartGrid Namespace