- Home /
How to go to a specific item in a scrollable list
I am implementing a search feature in my scrollable list. I already am going through the items with a foreach loop and changing the matching items' color to highlight it when there is a match, but I also want to have it go to the first matching item in the list. I have tried using verticalNormalizedPosition and the either goes to the second match item in the scroll and prevents me from scrolling through the list or stops all items from appearing in the scroll. Thank you for your time and help. I know this is probably simple, but I am still very new to unity.
Your answer

Follow this Question
Related Questions
Scroll Rect Snapping 0 Answers
Scroll view using Mesh 2 Answers
How can I programmatically tween a Scroll View to a desired position? 0 Answers
2D camera panning and can't click UI buttons 0 Answers
[Solved] need help regarding autolayout in scrollrect 1 Answer