I want to have a ListView that in addition to "item.Text" and "item.Name" should have some more custom properties for each ListViewItem.
How can I do that (syntax and etc...)
Also is it possible to set a List<string> or List<class> as a property of an listview item?
Thanks.