Click or drag to resize

CustomCellICallbackOnGetPreferredWidth Method

Gets the preferred width of the cell based on its content.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
float OnGetPreferredWidth(
	CustomCell widget,
	CellEventArgs args
)

Parameters

widget
Type: Eto.FormsCustomCell

[Missing <param name="widget"/> documentation for "M:Eto.Forms.CustomCell.ICallback.OnGetPreferredWidth(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]

args
Type: Eto.FormsCellEventArgs

[Missing <param name="args"/> documentation for "M:Eto.Forms.CustomCell.ICallback.OnGetPreferredWidth(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Eto.Forms.CustomCell.ICallback.OnGetPreferredWidth(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]

See Also