how add two column header lines in datagrid?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i add two or more header lines for each column in a datagrid without
having to redraw everything with OnPaint?

Also, is there a way to increase height of the header without increasing
size of font?

thanks for help!!
 
pcadchem,

There really isn't a way to do it, unless you want to custom paint the
grid. There is a new grid control in .NET 2.0, which I would recommend, and
could possibly suit your needs (I am not sure, but it's worth looking at, if
that is a feasable option for you).

Hope this helps.
 
Back
Top