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.
我正在开发一个 Winform 应用程序。我有一个 DataGridView。当我在 Cell 中写第一个字符时,光标会自动聚焦在第一个字符上。如果我写第二个字符,它会覆盖第一个字符。
因此,如果我需要写更多的字符,每次我都必须按右箭头键来移动。有任何想法吗?