DataGrid

  • Thread starter Thread starter Geoff Jones
  • Start date Start date
G

Geoff Jones

Hiya

Is there an easy way to determine the cell size of a datagrid i.e. its pixel
size?

Thanks in advance

Geoff
 
Geoff said:
Hiya

Is there an easy way to determine the cell size of a datagrid i.e. its pixel
size?

Thanks in advance

Geoff

Only if you have specified table style(s). If not, there isn't really any way
to retrieve the default (DataGrid generated) table style which contains the
useful information that you are after.

Chalk this one up to bad design on the part of the .NET DataGrid design.
 
Back
Top