H
Henke
Hi!
I'd like to use the AddRange method on a ListView to add a unknow number of
items, so I first loop through some nested datasets and add my items to a
ArrayList. Then my idea was to use
myListView.AddRange(myArrayList.ToArray()) but that doesn't work.
I think there is a better way to do this. Can someone please help me?
Thanks!
/Henke
I'd like to use the AddRange method on a ListView to add a unknow number of
items, so I first loop through some nested datasets and add my items to a
ArrayList. Then my idea was to use
myListView.AddRange(myArrayList.ToArray()) but that doesn't work.
I think there is a better way to do this. Can someone please help me?
Thanks!
/Henke