How many rows in my listview?

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

What do I need to do to know the number of rows in my ListView?
Thanks for help.

Jason
 
What do I need to do to know the number of rows in my ListView?

yourListView.Items.Count


Mattias
 
Back
Top