ListView Item Count

GregSmith

Registered User.
Local time
Today, 11:18
Joined
Feb 22, 2002
Messages
126
I am using a treeview and a listview control.

I am trying to figure out the total items in the LISTVIEW control.
Does any one know how?

I am using the following but get errors:
listView.Items.Count
 
Greg,

Code:
ListView.ListItems.Count

Regards,
Tim
 
That did the trick. Thanks!!

You would not happen to know the rest of the listview switches would you?
 
Your best on-line sources would be MSDN.Com, Google, and most any VB forum rather than an Access forum since the listview is more commonly used by VB developers.

Regards,
Tim
 

Users who are viewing this thread

Back
Top Bottom