I have a class that contain a List of another class, and that class contains a list of string, for example:
class A {
public list<B> temp;
}
class B {
public list<string> st;
}
I want to add an of list<B>
in class A to one column of a ListView
.
i have several list of string in one class i want to add each of lists to one clumn in listview my listview have several clumn