I've used the search function but i only found old topics and they didn't really help me.
I'm using Ranorex Studio 3.2.15734
I have an .NET Desktop Application (Framework 4.0).
In this App I've an listview(.Net Listview) and i would like to access the subitems of the listview items.
When I do this:
foreach (ListItem myitem in myListview.Items)
{
}
I only get the First Column Information. I need the Information of the Third Column. I tried, but I didn't find any subitems Properties.
In C# now i would loop trough "myitem" and check for specific Text.
Any suggestions what I'm doing wrong? If you know a Workaround it also would be ok

With regards,
Fabian