CustomCellGetPreferredWidth Property |
Gets or sets a delegate to get the preferred width of the cell based on its content.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Func<CellEventArgs, float> GetPreferredWidth { get; set; }
Public Property GetPreferredWidth As Func(Of CellEventArgs, Single)
Get
Set
member GetPreferredWidth : Func<CellEventArgs, float32> with get, set
Property Value
Type:
FuncCellEventArgs,
SingleThe delegate to get the preferred width of the cell.
Remarks See Also