I have an UltimateListView with a Layout named ITEM that contains a Label.
That Label contains a chunk of text from a database and the ItemID of the Layout is equal to the DataID from the database.
I would like to be able to search the actual list/labels for a piece of text.
I know I can search the database but I would like to know if it is possible to search the actual list instead.
I have tried to iterate through the list by position but I don't know a way to get the Label for the position.
If I could get that, I could search the Label.Text property.
Any ideas anyone?