AddRange of List<FileInfo> to a ListViewItem listview control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • WritersBlock
    New Member
    • Oct 2013
    • 1

    AddRange of List<FileInfo> to a ListViewItem listview control

    Thought this:

    listView1.Items .AddRange(
    (ListViewItem[])files.ToArray( typeof(ListView Item)));

    Might work; obviously as I'm posting here, it doesn't.

    Any help would be greatly appreciated.
Working...