| CustomCellOnGetPreferredWidth 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
Syntaxprotected virtual float OnGetPreferredWidth(
	CellEventArgs args
)
Protected Overridable Function OnGetPreferredWidth ( 
	args As CellEventArgs
) As Single
abstract OnGetPreferredWidth : 
        args : CellEventArgs -> float32 
override OnGetPreferredWidth : 
        args : CellEventArgs -> float32 Parameters
- args
- Type: Eto.FormsCellEventArgs
 Arguments for the cell
Field Value
Type: 
SingleThe preferred width of the cell.
Return Value
Type: 
Single[Missing <returns> documentation for "M:Eto.Forms.CustomCell.OnGetPreferredWidth(Eto.Forms.CellEventArgs)"]
 Remarks
Remarks See Also
See Also