日期:2014-05-18  浏览次数:21185 次

怎样在代码中判断datagridview中是否出现滚动条?
怎样在代码中判断datagridview中是否出现滚动条?

------解决方案--------------------
if (this.dataGridView1.DisplayedRowCount(false) == this.dataGridView1.RowCount)
没有
 else
有.