G
Guest
To count all the item in currently in my listview, i use
this.TotalMessages = myListView.Items.Count;
What can I use to count the number of item in the list box that has the
ImageIndex of 0?
Thanks
JB
this.TotalMessages = myListView.Items.Count;
What can I use to count the number of item in the list box that has the
ImageIndex of 0?
Thanks
JB