You app has a ListView and ContextActions. But the Command doesn’t fire. This to do with the databinding scope, I will show you how it’s done in this post.
In the 4.4 release of Xamarin.Forms SwipeView was added. In this post, I will show you how easy it is to implement and use SwipeView in your own project.
A PR just got merged into the Xamarin.Forms repository. With this, you can disable toggle scrollbars for the ListView with the ScrollBarVisibility enum.
In this post you can read about how to implement alternate row coloring on a grouped ListView in Xamarin.Forms. As a follow-up on my previous post about…
When browsing on StackOverflow, I came across a question on how to set an alternate row color on a ListView. I implemented it with a DataTemplateSelector.
Want to learn how to implement grouping in the Xamarin.Forms ListView control? You’ve come to the right place. This post shows you how to implement it.