[]
Disposes of a FrameworkElement when its associated cell is scrolled out of view.
public virtual void DisposeCell(C1FlexGrid grid, CellType cellType, FrameworkElement cell)
Type | Name | Description |
---|---|---|
C1FlexGrid | grid | C1FlexGrid that owns the cell. |
CellType | cellType | CellType that specifies the type of cell to be created. |
FrameworkElement | cell | FrameworkElement to be disposed of. |