摘要: 在ListBox中添加一条记录(ListBox.Items.Add方法)后,滚动条会自动回到顶部。我们可能更希望它自动滚动到底部,简要介绍几种方法。 方法一: 1 this.listBox1.Items.Add("new line"); 2 this.listBox1.SelectedIndex = 阅读全文
posted @ 2017-01-17 11:31 DBing 阅读(22118) 评论(1) 推荐(2)