Binding class to ListView
- by Neir0
Hi,
I have a class
public class Foo
{
public List<string> list1 { get; set;}
public List<string> list2 { get; set; }
public string url;
}
and a ListView with two columns
How i can to bind instance of Foo class to ListView?