How to auto scroll down in ListView control when update new item?
I have tried
listView1.Focus(); listView1.Items[listView1.Items.Count - 1].Selected = true;
but this not working.
Try
listView1.Items[listView1.Items.Count - 1].EnsureVisible();
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