Search found 1 match

by sanwery93
Wed Sep 21, 2016 3:22 pm
Forum: General Questions
Topic: Count of all items in listview
Replies: 1
Views: 2678

Count of all items in listview

Hello guys, I'm having trouble getting the count of all items in my listview for my application. Here is my code in c#: int records = repo.BlazeRouteAdminTool.LsvEntities.Items.Count; Ranorex.Report.Info("Number of records in Entities Grid: " + records); In my listview I check that it has over 700 i...