Search bar that automatically scrolls a list when searching in the list

Hey Guys, does anyone know how to make a search bar on a list that automatically scrolls the list to find the word and not change the list?

Hello,
Have you tried the filter bar of a ListView?

yeah it just removes the other items in the list. I want something like a ctrl+f in a computer where it just search the word and it scrolls automatically

Maybe with this extension...ScrollTo block:

For a List search with automatic scrolling of a ListView, you might use the advice in this tutorial

and set the ListVIew.Elements you use to display the List to the search result item in the List you search.