Is it possible to add new entries in a datagridview at the top instead at the bottom?
The DataGridView binds to your source collection, so if you insert them at the top they should show up at the top. Try adding new items by inserting them:
list.Insert(0, item)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With