Is there a way to add a setting in a C# application with the type ListViewItemCollection
or should i use something different, like an Object[]
maybe?
Asked
Active
Viewed 63 times
0

WolfyD
- 865
- 3
- 14
- 29
-
1I don't think it's possible, or easy, if it is possible. Personally, I used a csv file that I read to make a list of parameters. – provençal le breton Aug 04 '14 at 09:44
-
@Zaphod Thanks, I ended up doing that, Didn't find any easy way to use a Collection anyways – WolfyD Aug 04 '14 at 11:37