Showing results for March 2021 - Xamarin Blog

Mar 17, 2021
Post comments count4
Post likes count0

Great Looking Settings Screens for Xamarin.Forms

James Montemagno
James Montemagno

Looking to spruce up your settings screen in your Xamarin.Forms app? Checkout some quick tips to theme the built in controls in Xamarin.Forms to make your settings shine.

Xamarin.FormsDevelopersXamarin
Mar 4, 2021
Post comments count7
Post likes count1

CollectionView Drag & Drop Item Reordering with Gesture Recognizers

alexeystrakh
alexeystrakh

Items reordering in a list-based control is a handy feature and it is used in various use cases. From simple scenarios like configuring settings, defining tabs order to complex scenarios like managing user content, and reordering images or email. With the recent Xamarin.Forms 5.0 release, Drag and Drop gesture recognizers were introduced and enable...

Xamarin.FormsDevelopersIntegrations