I have around 500 rows in the scrollview panel. each is having one image as first view, next primary text, secondary text and another 2 images.
So I want to give a search option to the scrollview based on the primary text label. Suppose I have name as "TestPPC" in first label, whenever I type starting from "T", it should point out scrollview with primary text labels starting with "T", If I type "Te" again it should point to rows with primary label text which starts with "Te".
How can I achieve this?
So I want to give a search option to the scrollview based on the primary text label. Suppose I have name as "TestPPC" in first label, whenever I type starting from "T", it should point out scrollview with primary text labels starting with "T", If I type "Te" again it should point to rows with primary label text which starts with "Te".
How can I achieve this?