A few weeks ago, I got this request from Zaw Htut via Twitter, on how to do a Scroll Reveal using a ListView in Xamarin Forms. In this article, I will show you how to do it step by step. Let’s understand the requirements When looking at the GIF above, an interesting behavior can be […]
Quick Trick: Remove Extra Separator Lines in ListView (Xamarin Forms – iOS)
When using ListViews in Xamarin Forms sometimes we have the use case that we have a list with just a few elements, and we want to show each element with a separator line. As we know Xamarin by default set a separator line, but on iOS it is set to all rows even the one […]