Gets or sets the maximum width of columns in the C1FlexGrid.

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

Syntax

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

Remarks

Setting this value to zero disables the maximum column width limit.

See Also