A very good DYNAMIC sizing routine for DataGrids if you want it

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

It literally requires only one line of code to attach it to any
existing Winform DataGrid, you can give it percentages like the
ASP.NET data grid and minimum column widths, the default of course is
to size all columns equally, it's very cool and the columns always
take up the full client rect of your grid making it look very
professional. I can't believe I had to write this.

Email me at dearpolycarp @ hotmail.com ... Put DATAGRID in the
subject.

I'll send you a tiny little sample with the source code, use it at
will.
 
Because you need the zip file to see it work, and you can't post
attachments, and the code get's totally wacked in this type of
posting. I'll post it on c-sharpcorner in a week or so, it's an
awesome routine.
 
I'd like to check it out!

Also, you could post it to codeproject.com, they are a cool site.
 
Here's the link:
http://www.c-sharpcorner.com/Code/2003/Nov/DynamicDataGrid.asp



Eric Newton said:
I'd like to check it out!

Also, you could post it to codeproject.com, they are a cool site.

--
Eric Newton
C#/ASP Application Developer
(e-mail address removed)-software.com [remove the first "CC."]

Mike said:
Because you need the zip file to see it work, and you can't post
attachments, and the code get's totally wacked in this type of
posting. I'll post it on c-sharpcorner in a week or so, it's an
awesome routine.

"Éric Moreau" <[email protected]> wrote in message
 
Back
Top