Interface CustomGridCellAdapter
Adapter for custom drawing of some cells in grid widgets
interface CustomGridCellAdapter;
Methods
| Name | Description |
|---|---|
drawCell
(buf, rc, col, row)
|
draw data cell content |
isCustomCell
(col, row)
|
return true for custom drawn cell |
measureCell
(col, row)
|
return cell size |