Android Question [SOLVED] UltimateListView: Search list for text

jimmyF

Active Member
Licensed User
Longtime User
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?
 

jimmyF

Active Member
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
As far as i know support for ULV is only provided by email.
 
Upvote 0

jimmyF

Active Member
Licensed User
Longtime User
Thanks Manfred. You are most probably correct.
I just wasn't sure if that was still the case since @Informatix made the UltimateListView public.

I was also hoping others might have had some experience with the control.
Seems not.

-j
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I just wasn't sure if that was still the case since @Informatix made the UltimateListView public.
It may have changed. I don´t know. I just remembered that it was the case in the past.
I was also hoping others might have had some experience with the control.
i´m a donator for ULV but i did not used it much...
 
Upvote 0
Top