私の状況は以下です。
「Student」というクラスを無視しました。以下のように簡単です。
public Student
{
Public string Name;
Public List<string> Subjects;
}
List<Student>
次に、という名前を定義しましたstudentList
。
studentList
これをと組み合わせるにはどうすればよいDataGridView
ですか? の 2 列目はDataGridView
、学生のすべての科目を一覧表示するコンボボックスである必要があります。