ListBox滚动条置底

置底前:

添加以下代码:

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

置底后:

原文地址:https://www.cnblogs.com/jizhiqiliao/p/10103371.html