ListBox滚动条置底

置底前:

添加以下代码:

listBox1.TopIndex = listBox1.Items.Count - (int)(listBox1.Height / listBox1.ItemHeight);

置底后:

posted @ 2018-12-11 17:02  Kyle0418  阅读(447)  评论(0编辑  收藏  举报