Git Rebase: Don’t be Afraid of the Force (Push)

While contributing to a big OSS project it’s quite useful to know how to do a Git rebase. And more importantly: don’t be afraid of the Git force push. In this post I will write a little about the why and the how. The Backstory Finally, your change is ready for the world to see. … Read more

Contributing to Xamarin.Forms: My Story

Contributing to Xamarin.Forms: My Story hero image

In this series of posts I will go over the basics of contributing to Xamarin.Forms. I have 4 posts planned initially: my story, before you open a pull request (PR), opening a PR and after you opened a PR. In this first post I will tell you a little bit about my background. By sharing … Read more

Hide Scrollbars for ListView with ScrollBarVisibility

Hide Scrollbars for ListView with ScrollBarVisibility

This PR of mine just got merged into master on the Xamarin.Forms repository. With this change, you can disable showing the scrollbars with the ScrollBarVisibility enum for the ListView control. This was done before for the ScrollView, but not the ListView. This should be available in a Xamarin.Forms nightly build soon for iOS, Android, Mac OS, … Read more