PreviousNext

Understanding Multi-Binding in Xamarin Forms

by bill-s, 2020-12-17T05:08:18.527Z

Multi-binding is a great feature that was introduced in Xamarin Forms 4.7 that allows the binding of multiple sources to a single target property. It gives us a lot of flexibility as now we don’t need to create multiple UI elements for each bindable property, which improves performance and makes our code cleaner.

Read More