Basic Data Binding. To bind a custom IList instance, set the DataSource property: C# listView.DataSource = myList; // myList is of type List<Person>.
確定! 回上一頁