【发布时间】:2014-02-02 10:12:22
【问题描述】:
我有网格视图有组合框列 ["column2"]
if (keyData == (Keys.F11))
{
for (int i = 0; i < dataGridView1.RowCount - 1; i++)
{
//here i want to change index automatically using hot key (keyboard short cut )
}
return true;
【问题讨论】:
-
问题集中在该单元格并放下它:S
标签: winforms c#-4.0 datagridview datagridviewcombobox