Load Listview C# with list of objects

preview_player
Показать описание
Learn how to load a listview view using C#, using a list of objects.

Used: Visual Studios Community 2017

Рекомендации по теме
Комментарии
Автор

Is there a way to load the ListView from the "List" of Students directly?
I realize your code loads students objects one by one.
Could this be done at all?

claudioabado
Автор

Hello! Is it possible to modify student age (for example), John Done is 25, how to change it to 26? all I managed to do make a list, loop inside the class students, and change from there, but I feel like Im using a bulldozer to dig a very small hole. foreach(student x in List_of_students) if (x.name == "John Done") { x.age = 26} ... when u have 100.000 students, it will take time to make a simple change. Any better way? thxx

AudeJavel
Автор

text is too small, cant see anything, down voted

dchubad