G Guest Sep 25, 2006 #1 Hi, Is it possible to scroll a listBox to last line every time an Item is add to it ?
G Guest Sep 26, 2006 #2 Hi, This works: listBox.SelectedIndex = listBox.Items.Count - 1; listBox.SelectedIndex = -1;