Column width in a Datagrid

  • Thread starter Thread starter myname
  • Start date Start date
M

myname

Hello,

I'm using VB.Net 2003.

I can't figure out how to change the width of a column in a Datagrid.

I found some examples with Datagrid.Columns(i).Width
but I get the error "Columns is not a member of
System.Windows.Forms.Datagrid"...

How can I do that ?

Thanks !
 
Back
Top