DEV Community

David Ortinau for .NET

Posted on

Complete Control of Flyout Items with Templates in Xamarin.Forms

Everything on a Xamarin.Forms flyout can be templated, and the first you'll likely want to customize is the flyout items themselves. You have bindable properties for things like the image and the title text, and visual states are propogated as well. You can define your template inline with the Shell file, or in a separate file. Both work with Hot Reload.

Resources

GitHub logo davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers

Check Out the Prototype

Launch the Figma Prototype.

  • If you are able, please add any comments using the Figma comment feature.
  • If you are unable (and I suspect this will be the case), please open an Issue here.

Note that this is a clickable prototype. Tap around. This is NOT the design. :)

Let's Build an App!

We are working on a new gallery app for all of us to enjoy. The app should:

  • Be A Collaboration - join us as we iterate through the design, user experience, and implementation.
  • Be Gorgeous - Xamarin and Xamarin.Forms are being used every day to create top notch apps. Let's show that!
  • Be Modern - Xamarin.Forms is shipping new features to make it easier than ever to deliver current user experience.
  • Be Useful - Rather than just a static gallery, the app should be useful as a tool for your to…

Top comments (0)