I have a 5 listview
listview1 has two columns
listview2 has one column
listview3 has one column
listview4 has one column
listview5 has five column
now i want this scenario in every column of listview5
in listview5 columns
first column of listview5 is equal to listview1 first column
the second column of listview5 is equal to listview1 second column
the third column of listview5 is equal to listview2 first column
the fourth column of listview5 is equal to listview3 first column
the fifth and last column of listview5 is equal to listview4 first column
is it possible??
considering that every listview except listview5 has dynamic data
so i want listview5 is the container or just hold what are the data of listview1,listview2,listview3 and listview4