Datagrid column width

  • Thread starter Thread starter Eva
  • Start date Start date
E

Eva

How do i indivually change the width of a datagrid
coloumn?

I am currently using the PrefferedColoumnWidth property,
but due to space restrictions i do not want all the
columns at the same width.

Any help is appreciated.
 
¤ How do i indivually change the width of a datagrid
¤ coloumn?
¤
¤ I am currently using the PrefferedColoumnWidth property,
¤ but due to space restrictions i do not want all the
¤ columns at the same width.
¤

Have you tried Width property of the DataGridColumnStyle class?


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top