There is a much simpler way to eliminate the lower scroll bar and have the vertical showing. It consists of making sure the header and if no header the rows are the width of the listview.Width - 4
and if the vertical scroll bar is show then listview.Width - Scrollbar.Width - 4;
the following code demostrates how to:
lv.Columns[0].Width = lv.Width - 4 - SystemInformation.VerticalScrollBarWidth;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…