Hi,
I want to change the first column of a listviewto Blue (ONLY the first column). AM working with Vb.NET, please look at the code below and amend where necessary for me..
The above code wont run and gives the error
- Subitems is not a emember of 'System.Windows.Forms.ColumnHeader'
Thank you
I want to change the first column of a listviewto Blue (ONLY the first column). AM working with Vb.NET, please look at the code below and amend where necessary for me..
Code:
lvwuserinfo.Items(lvwuserinfo.Columns(1).SubItems(0)).ForeColor = Color.Blue
- Subitems is not a emember of 'System.Windows.Forms.ColumnHeader'
Thank you