public void Tb_TextChanged2(object sender, EventArgs e) { sItems = Bits.getTextMatches2(txt, tb.Text, mItems); lv.VirtualListSize = sItems.Count; }