Get Fluent with the XAML Controls Gallery

This post has been republished via RSS; it originally appeared at: Channel 9.

You've heard of the new Fluent Design System for Windows 10?

Wondering how you can start using it?

Need a working example, one that lets you see all the controls and feature in action?

One that includes all the source?

First grab the working app from the Store.

XAML Controls Gallery

This app demonstrates all of the controls available in Fluent Design System and XAML. It's the interactive companion to the Fluent Design System web site: https://developer.microsoft.com/windows/apps/design

The source code to this app is available on https://github.com/Microsoft/Windows-universal-samples/tree/dev/Samples/XamlUIBasics.

image 

Then, check out the guidelines for the Fluent Design System...

Fluent Design System

An eloquent design system for a complex world.

Design and UI for UWP apps

Learn how to design and code a user interface that translates beautifully across all Windows 10-based devices

Layout
Design and code an app that’s easy to navigate and looks great on a variety of devices and screen sizes.
 
Style
Define your app’s personality through color, typography, and motion.
 
Controls and patterns
Create a UI from a powerful set of building blocks.
 
Design toolkits and samples
Jumpstart your project with design templates, tools, and samples.
 
Usability
Make your app more inclusive and accessible to people around the world.
 
Input and devices
Customize your app for specific types of input and devices.

[Click through to see it all]

Finally, go check out the source...

XAML Controls Gallery (aka XamlUiBasics)

image

Shows all of the XAML controls in an interactive format. This app is the interactive companion to the Windows Style Guide.

Specifically, this sample shows how to:

  • Specify XAML controls in markup: Each control page shows the markup used to create each example
  • Basic layout: This sample will show all of the possible layout options for your app and allow you to interact with the panels to show how to achieve any layout you are looking for.
  • Adaptive UI: In addition to showing how each control responds to different form factors, the app itself is responsive and shows various methods for achieving adaptive UI.

Note The Windows universal samples require Visual Studio 2017 to build and Windows 10 to execute.

...

[Click through to see the source]



Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.