Hi there,
Just wondering if someone can help me sort out some code to add an entire row of values to a ListView.
I have a listview with 4 columns, and I have a function that returns 4 values to add to the listview.
The values are returned as strings
if I try to convert the strings to a ListViewItem I get a specified Cast is not allowed exception.
Any help is gratefully received. Thanks.
Just wondering if someone can help me sort out some code to add an entire row of values to a ListView.
I have a listview with 4 columns, and I have a function that returns 4 values to add to the listview.
The values are returned as strings
if I try to convert the strings to a ListViewItem I get a specified Cast is not allowed exception.
Any help is gratefully received. Thanks.