HeaderListView icon indicating copy to clipboard operation
HeaderListView copied to clipboard

Is there any option for making search?

Open vinhtq opened this issue 9 years ago • 1 comments

I want to have a search box to find the value in the list. Is it possible?

I read the source code, HeaderListView class seems do no have this kind of option

vinhtq avatar Sep 22 '15 03:09 vinhtq

Search for the value using your own implementation of the Adapter, and then use the listView component to scroll to the value.

headerListView.getListView().smoothScrollToPosition(20);

pcholt avatar Oct 16 '15 03:10 pcholt