Showing results for XAML - Xamarin Blog

Jun 3, 2021
Post comments count5
Post likes count2

Building beautiful apps with Xamarin.Forms

James Montemagno
James Montemagno

Designing great looking apps can be hard, but with a little inspiration and a little styling you can craft beautiful looking apps with Xamarin.Forms

DevelopersXamarin.FormsXamarin
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
Sep 21, 2020
Post likes count0

Build Xamarin.iOS apps using iOS 14 and Xcode 12

Whitney Schmidt
Whitney Schmidt

Support for iOS 14 and Xcode 12 to accompany Apple’s Xcode 12 GM release was just announced! Now, build your Xamarin.iOS (and Xamarin.Forms for iOS) apps with Xcode 12 GM and submit your iOS 14, tvOS 14 or watchOS 7 apps to the Apple App Store.

iOSXamarinXAML
Jul 23, 2020
Post comments count7
Post likes count1

Drawing UI with Xamarin.Forms Shapes and Paths

David Ortinau
David Ortinau

Xamarin.Forms 4.7 introduces drawing controls for Shapes and Paths. These are powerful new cross-platform controls that use the familiar control syntax from UWP and WPF. As well as use the native graphics libraries on each target platform. Learn more!

Xamarin.FormsXamarin PlatformXamarin
Jul 16, 2020
Post comments count9
Post likes count0

App Themes for Xamarin.Forms

David Ortinau
David Ortinau

This new dark and light mode theme helper, AppThemeBinding along with UserAppTheme make it really easy to handle theme modes in your Xamarin.Forms apps.

XamarinXamarin.FormsXamarin Platform
May 22, 2020
Post comments count1
Post likes count0

Reuse Xamarin.Forms Pages in an iOS Extension

alexeystrakh
alexeystrakh

Get a complete walkthrough on how to integrate Xamarin.Forms and render a simple ContentPage natively in an iOS Extension project. Read on to learn more!

DevelopersXamarin.FormsXamarin
Mar 4, 2020
Post comments count1
Post likes count0

Every Xamarin.Forms Layout is a Repeater Control

James Montemagno
James Montemagno

Repeating content and controls has never been easier by leveraging the built in Bindable Layout support in Xamarin.Forms to help create beautiful apps.

Xamarin.FormsDevelopersXAML
Feb 6, 2020
Post comments count2
Post likes count0

Toggling Tabs with Triggers

Ben Buttigieg
Ben Buttigieg

Learn more about how Xamarin.Forms makes setting Tab Icons super easy and how using Triggers allow you to set a property or group of properties based on the value of another property.

Xamarin.FormsXAML