摘要:
DataGridView控件中的各种事件都无法直接响应Cell中内容的变化,包括KeyPress等事件,可以采用下面方法 无法响应Cell中的回车键 private void dataGridViewBarcode_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e) { if (e.C... 阅读全文
posted @ 2019-03-01 22:02
崇尚技术
阅读(1148)
评论(0)
推荐(0)