C
C#3mo ago
Graff

C# Forms Help on ListView Items etc.

So I need to know how to Select a column in c# And is there a better way to add new Items into the Listview, because when I start the Program there is a Column already in the Listview and I can select it. How do I get rid of it.
No description
No description
No description
5 Replies
boiled goose
boiled goose3mo ago
what does "there is a column already" mean
Graff
Graff3mo ago
Do u see in the screenshot of the listview the selected item? that is what I mean
leowest
leowest3mo ago
Why dont you use BindingList<T> and DataGridView instead?
leowest
leowest3mo ago
No description
leowest
leowest3mo ago
and u only have to manipulate the BindingList and you can use a class to represent your data so you can easily save it later or do w/e