sizing dataGrid fields

  • Thread starter Thread starter glenn
  • Start date Start date
G

glenn

Can anyone give me an example of how to resize a field in a dataGrid. The
examples I've found are all in VB and I need C# because something is
different between the two classes, or Microsofts documentation is wrong
because the functions don't match up.

I am populating the dataGrid from the results of a webservice XML call and
everything is showing up, but all the fields are the same length and you
can't see the complete data in quite a few of the fields...

Thanks,

glenn
 
Peter,

I'm going to play around with it and see if I can use any of it but I'm
trying to get something out of it, but I'm dealing with a table thats
already hooked to a dataset so the colomns are all already there. They are
just too narrow and I'm trying to make a few of them wider to accomidate
their field data.

Thanks, I'll let you know if I can't figure it out...

glenn
 
Back
Top