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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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