listview1.items.add << it's is possible to declare a specific subitems vertically?
i don't know how, but i'm still trying fix this
please help
here's my sample
Dim item As ListView
Dim row As ListViewItem = Me.lstLicense.Items(0)
With row
lstLicense.subitems.Add(16).Text = (objDataReader("Division"))
End With