Disappearing SearchBar for Xamarin.Forms

Many apps with lists now allow the search bar to disappear while scrolling down the list, then reappear whenever the user starts to scroll back up.  That isn’t possible out of the box with Xamarin.Forms.  Instead we can either: Insert the SearchBar in the ListView.Header so it disappears when scrolling down the list, but itContinue reading “Disappearing SearchBar for Xamarin.Forms”