I'm wondering if there is an easy way to show or hide, on the fly, a whole list item, the panel and all child views, on a customListView. Different inputs show different items as user types.
For example, the whole list ( 7 list items in all) is "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday",
For a list of weekdays containing "t", the list should show: "tuesday", "thursday", "saturday", with 4 items hidden
For a list of weekdays containing "tu", the list should be: "tuesday" and "saturday", with 5 item hidden
Any idea or advice is welcome.
For example, the whole list ( 7 list items in all) is "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday",
For a list of weekdays containing "t", the list should show: "tuesday", "thursday", "saturday", with 4 items hidden
For a list of weekdays containing "tu", the list should be: "tuesday" and "saturday", with 5 item hidden
Any idea or advice is welcome.