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.
datagridview の最初の位置にのみ行を挿入したいのですが、追加された行は下に移動する必要があります。
次のコードを使用しています
DataRow row = dtLocl.NewRow(); dtLocl.Rows.InsertAt(row,0);
新しいレコードが追加されると、フォーカスを設定できません。