Windows DataGrid Control Column Formatting
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I can pass an ArrayList of myClassObjects to a DataGrid and it obligingly displays it but it shows all of the Columns at the default Width including the ID Column. It also labels the Columns with myVariable names. myDataGrid.DataSource = myClass.myFunction Where myFunction is returning an ArrayList of MyClassObjects. I have tried using a DataGrid Table Style Object etc. to no avail. How can I hit those pesky Column Objects directly to set their Widths and Headings?