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?
Ramon
January 29, 2024, 8:23am
2
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
Ramon
January 29, 2024, 9:03am
4
Maybe with this extension...ScrollTo block:
This extension adds several features to the built-in ListView component.
Blocks v2:
[blocks - 2023-05-26T191926.969]
Description:
AddClassicDividers: Add linear dividers in a classic ListView.
[Screenshot_20230519-103058]
DecorateItems: Set rounded corners and margins for each item in the list. The radius is the same for every corner. Margin can be set with an integer, then all margins will have the same value. We can also list four integer values in the order left, top, right, and bo…
John_Kimby_Montermos:
search bar on a list
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.