CellRenderer.getFixedSize
void getFixedSize(out int width, out int height)Fills in width and height with the appropriate size of cell.
Parameters
width | location to fill in with the fixed width of the cell, or null |
height | location to fill in with the fixed height of the cell, or null |