标签: list datagridview datasource
我使用的是Windows窗体, DataGridView 及其 DataSource 属性。我想将DataGridView的DataSource属性设置为 List 的实例。不是BindingSource或BindingList。一个列表。如果我这样做,DataGridView中不会显示任何内容。将List更改为BindingList会使事情有效,但我仍然想使用List(出于我的原因)。
有没有人成功地做过这么简单的事情?
谢谢。