Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在数据网格视图中有一个带有 (*) 的空白行,允许用户插入新的数据行。
即使数据网格视图中已经加载了许多行,是否有办法使用代码将注意力集中在该行上?
dgv2.CurrentCell = dgv2(0, dgv2.Rows.Count - 1)