Adding list to listview

francoisg

Active Member
Licensed User
Longtime User
Hi All,

I have a list of filenames and I wish to add them to a listview.
However my problem is that the return type of list.get is object and listview expects strings.

Is there a way around this?

Happy Easter,
Francois
 
Top