Mar 29, 2005 #1 EwS Programmer Dec 30, 2002 398 US I'm trying to change a datagrid column width. I get "Type 'DataGridTableStyle ' is not defined" when I this: Dim ts As New DataGridTableStyle Do I have to reference something? I'm able to display data in the grid...
I'm trying to change a datagrid column width. I get "Type 'DataGridTableStyle ' is not defined" when I this: Dim ts As New DataGridTableStyle Do I have to reference something? I'm able to display data in the grid...
Mar 30, 2005 Thread starter #2 EwS Programmer Dec 30, 2002 398 US I got my answer on another forum. All I needed to add to my code was: Imports System.Windows.Forms Upvote 0 Downvote