CustomCell Methods |
The CustomCell type exposes the following members.
Name | Description | |
---|---|---|
CreateTControl |
Creates a new CustomCell with instances of the specified TControl type.
| |
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.) | |
OnConfigureCell |
Configures an existing cell when it is reused for a different row or the data changes.
| |
OnCreateCell |
Creates an instance of the control for a cell.
| |
OnGetIdentifier |
Gets the identifier of the cell based on its content.
| |
OnGetPreferredWidth |
Gets the preferred width of the cell based on its content.
| |
OnPaint |
Raises the Paint event.
|