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)