How to define COlumn Width ????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I have a Datagrid control which bind to a dataset during runtime.
How can I set the width of the Column of the grid dynamically .

I could not find any width property for columns

Thnaks for your help

regards
serge
 
Have a look at TableStyles, GridColumnStyles and (for example)
DataGridTextBoxColumn

You need to declare a TableStyle for your grid which contains your column
widths...

Chris.
 
Back
Top