How may I get all children of an item of ListView
?
There are methods to get child at position but I was not able to find any method which returns collection of all children in an item of ListView
.
Update : I just found out that I need ListView
items(rows) instead. How may I achieve this ?
What I am doing is, comparing the selected ListView
item with all items.