我正在使用此代码:
dataGridView
填充我的null reference exception
,但在设置datasource
时收到.MyBox {
width:150px;
height: 200px;
}
.MyBox:hover {
width: 450px;
height: 600px;
}
.MyPhoto {
height: 200px;
width: 150px;
}
.MyPhoto:hover {
height: 600px;
width: 550px;
}
。
答案 0 :(得分:4)
您的dataGridView1很可能是NULL引用。要验证,请在该行上设置断点,当您点击它时,将鼠标悬停在dataGridView1上。