Gets or sets the maximum height of rows in the C1FlexGrid.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public double MaxRowHeight { get; set; }
Visual Basic
Public Property MaxRowHeight As Double
	Get
	Set

Remarks

Setting this value to zero disables the maximum row height limit.

See Also