C
C#10mo 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
FestivalDelGelato
what does "there is a column already" mean
Graff
GraffOP10mo ago
Do u see in the screenshot of the listview the selected item? that is what I mean
leowest
leowest10mo ago
Why dont you use BindingList<T> and DataGridView instead?
leowest
leowest10mo ago
No description
leowest
leowest10mo 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

Did you find this page helpful?