lsitbox auto scroll to last line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possible to scroll a listBox to last line every time an Item is add to
it ?
 
Hi,

This works:

listBox.SelectedIndex = listBox.Items.Count - 1;
listBox.SelectedIndex = -1;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top