Xamarin.Forms 5 Preview: Advanced UI Controls for Beautiful Apps

David Ortinau

Xamarin.Forms 5 brings to stable release features that you have seen in preview over the latest several 4.x releases. This includes solid and gradient Brushes, CarouselView, drag-and-drop, RadioButton, Shapes, and SwipeView. These new features inject new creative potential for your application designs to create beautiful, interactive experiences.

Let’s look at those highlights, and then a quick checklist of what you should review as you get started with the Xamarin.Forms 5 pre-release.

Beautiful Design with Brushes, Shapes, and Paths

With brushes you can now easily paint gradients anywhere you need them. Shapes and paths allow you to draw all the rounded corners and even oddly shaped parts of your UI by using the platform graphics APIs which adds no size to your final applications. You can use geometries to clip any visual element, which makes it very easy to get the highly sought-after circle image.

Image of two apps with custom shapes and gradients

For more information, check out the brushes documentation, shapes documentation, blog for shapes and paths, and the blog introducing brushes.

Any UI with Templating

While RadioButton isn’t perhaps the most exciting form control, its use of control templating to radically alter the look of the design foreshadows where we can take control extensibility in future iterations. The RadioButton control now takes any content so you can completely control the look and behavior of the control. In its most simple usage, you can provide just text (left image), and in more advanced usage add a control template (right image) to match a Fluent UI design.

Image of radio buttons in a classic style and templated with calendar views

Control templates have actually been part of Xamarin.Forms since version 2. Broadening this capability beyond custom controls to the provided native controls unlocks new potential.

More Interactive Controls with CarouselView, SwipeView, and Drag-and-drop

CarouselView supports control of the looping, supports various visual states to transform the CurrentItem, PreviousItem, NextItem, and DefaultItem with VisualStateManager. PeekAreaInsets can be used to set how much of the previous and next items should encroach on the current item in view. It also includes an EmptyView, a property to attach an IndicatorView, and so much more. For details on how to use these features and others, visit the CarouselView documentation.

SwipeView wraps any control and layout to add contextual buttons and commands like you might see in a list. Drag-and-drop gestures allow you to add that gesture to any UI view and control what can accept the drop, whether inside the application, or outside. This is especially useful on the Surface Duo when you have two apps open.

Phone with list of characters being swiped from the right.

Learn more from the SwipeView documentation, drag-and-drop documentation, CarouselView documentation, and from the CarouselView introduction blog post.

Thank You Reviewers

This release also included several community reviewers that played a significant role in helping us get through so many bug fixes and enhancements for this release. Code contributors are always celebrated, and these community members have gone the additional step to help make sure those contributions make it more quickly into the product. Join us in celebrating these awesome individuals!

Interested in participating? Join us on the .NET Discord in the #xamarin-forms channel.

Getting Ready for Xamarin.Forms 5

As you look at upgrading your applications to Xamarin.Forms 5, there are some changes and removals to be aware of first. For a complete list, review the release notes. Most notably:

  • Visual Studio 2019 is the minimum version to use
  • MasterDetailPage and properties have been renamed
  • UIWebView has been removed to address Apple restrictions
  • MediaElement and Expander have been moved to the Xamarin Community Toolkit. C# UI is to follow.
  • (Preview) DataPages and Theme packages have been removed from the NuGet release

For more details on these changes visit the release notes.

Please take a few minutes to safely branch and upgrade your projects to this pre-release of Xamarin.Forms 5, and let us know what needs attention by reporting an issue on GitHub.

Browse the awesome documentation for all of the great new features in Xamarin.Forms 5:

9 comments

Discussion is closed. Login to edit/delete existing comments.

  • hamid 0

    Hello . I’d like to thank Xamarin.Forms team for their effort and support . I want to know is there any plans to add Right To left support behavior to SHAPES and GEOMETRIES?
    and if the answer is YES , when is it possible to have this feature (Right To left support for SHAPES and GEOMETRIES)?
    Thanks for considering this request.

      • hamid 0

        Hello.Thanks for your kind reply. as I mentioned in your previous post and in issue #11536 in Github (with comparison of Shapes/Geometries in Xamarin with WPF) , the problem is that when the containing visual Flowdirection changes to RightToLeft :
        1-Shapes:the Shape stays fixed in its first position and is not Mirrored and is not laid out (drawn) from Right of page.
        2-Geometries:the visual which has a Clipping region (by applying a Geometry) is laid out from Right To Left(from right side of page) , but the Clipping Geometry itself stays fixed in its position and is not drawn correctly in accordance with its parent visual(the visual which clipping geometry is applied).
        to depict the problem , I have added a new video to issue #11536:
        suppose we have a Grid with 4 buttons in 4 Rows which a Geometry like Trapezius is applied to its Clip property , when you change the flow direction from LeftToRight to RightToLeft , the Grid itself respect the flowdirection and is laid out from Right side of page , but the Clipping Geometry (Trapezius ) doesn’t act so and stays fix in its position.
        this causes the child buttons in Grid become invisible in RightToLeft flow direction.
        so I’d like to know is there any plans to add Right To left support to SHAPES and GEOMETRIES?
        Thanks for considering this request.

  • Muhammad Aamir Khan 0

    Hi What about reporting functionality. is it coming or not please update.

    • David OrtinauMicrosoft employee 0

      Your best option for reporting is from our great ecosystem of component vendors. Reports, charts, graphs, etc. are not on our roadmap to include in Xamarin.

  • darko cernik 0

    Hi,
    I desperately need Badge support in Shell!
    Are we getting it in 5.0 version?

    • David OrtinauMicrosoft employee 0

      The badge support for Shell is being redirected to the Xamarin Community Toolkit where a BadgeView has been PR’d and we are working with this PR to enable integration with Shell.

      In the meantime, your best option is to implement the badge support based on that second PR in a Shell renderer within your existing project. All the code is here, and instructions on adding a Shell renderer is here.

  • Kurt 0

    Thanks for all the tips here and exciting new information. I’ve been developing my app with Xamarin Forms for a while now and even using some of these new features! I would love to share it with you, but maybe for another time. Thanks!

  • Norman Philipp 0

    Hallo David,

    in your “.net conf” presentation u showed a demo app for xamarin 5. Where can i find the code ?

    Edit: I found it !
    https://github.com/davidortinau/LosGatos

Feedback usabilla icon