I have 5 Different arrays that I'm trying to add to 5 different columns in a ListView, BUT I am only going to use 2 Arrays & 2 Columns to make it less complicated for this example.
So I'm trying to add 2 Arrays that have "Product Titles" & "Prices" that I'm trying to put into 2 columns of a Listview which looks like the image that I have attached below:
I have tried numerous times to use the "For each" & "For loop" methods for adding both arrays to the listview, but with NO success. I'm really not sure how to do it. I will have a button1 that the user can click & it will add the arrays to the list. The products were collected from my site & added into 2 separate Array Lists that I would like to add to the listview1 via button1 click. Would appreciate the help. Thanks in advance.
So I'm trying to add 2 Arrays that have "Product Titles" & "Prices" that I'm trying to put into 2 columns of a Listview which looks like the image that I have attached below:
I have tried numerous times to use the "For each" & "For loop" methods for adding both arrays to the listview, but with NO success. I'm really not sure how to do it. I will have a button1 that the user can click & it will add the arrays to the list. The products were collected from my site & added into 2 separate Array Lists that I would like to add to the listview1 via button1 click. Would appreciate the help. Thanks in advance.