UWP MaxLines and IsPassword bugs in Xamarin.Forms

I have managed to get two PRs merged with Xamarin.Forms that squash two bugs for UWP when using Xamarin.Forms. In this post, I will give you a little insight in how the bugs could happen and how I managed to fix them. MaxLines bug First, let’s have a look at the MaxLines bug. This is … Read more

MaxLines on Labels in Xamarin.Forms

MaxLines on Labels in Xamarin.Forms

Hot off the press, another PR just got merged into the Xamarin.Forms repository. This time, adding a new feature on a Label, the ability to specify MaxLines. This will be available in a near-future Xamarin.Forms version on iOS, Mac OS, Android, and UWP. Edit 21 Sep. 2018: This functionality is now available as part of Xamarin.Forms … Read more