beginner question to datagrids

  • Thread starter Thread starter Tarren
  • Start date Start date
T

Tarren

Hi:

I am new to using datagrids in winforms. How do I modify the parameters of
the individual columns in the datagrids. I do not see anything akin to a
Columns collection in the datagrid class.

As far as data I can manipulate those types of parameters directly in the
dataset I am using as the datasource for the datagrid, but I am more
interested in altering individual columns widths, and rowheights for the
entire datagrid, since some of the columns have data that needs to span two
lines.

Thanks
T
 
Back
Top