This app demonstrates the controls available in the Fluent Design System and Xaml.
Перейти к файлу
Jérôme Laban b87b0e8fcf
Merge pull request #95 from IwishIcanFLighT/patch-1
Fix typos in the NavigationView sample 5 code
2021-07-07 16:36:17 -04:00
.github Adding CONTRIBUTING file 2018-12-03 16:36:59 -08:00
README_Images Updating README and adding a screenshot 2018-12-03 16:36:29 -08:00
SharedContent/cs Pull most of the media out of "SharedContent" folder and put it directly in the app's assets folder. 2018-11-13 11:19:11 -08:00
XamlControlsGallery.Droid build: updated dependencies 2021-02-04 15:10:51 -05:00
XamlControlsGallery.Shared Fix typos in the NavigationView sample 5 code 2021-06-14 16:26:59 +02:00
XamlControlsGallery.Wasm build: updated dependencies 2021-02-04 15:10:51 -05:00
XamlControlsGallery.Windows build: updated dependencies 2021-02-04 15:10:51 -05:00
XamlControlsGallery.iOS build: updated dependencies 2021-02-04 15:10:51 -05:00
XamlControlsGallery.macOS build: updated dependencies 2021-02-04 15:10:51 -05:00
build Add emscripten fix 2019-01-22 16:21:59 -05:00
.gitignore Initial commit 2018-11-01 11:24:12 -07:00
.vsts-ci.yml feat: Add macOS support 2020-04-14 16:57:39 -04:00
.vsts-iOS-build.yml ci: Adjust canaries source branch 2020-06-04 09:41:30 -04:00
.vsts-linux-build.yml chore: Update to latest bootstrapper 2020-08-10 23:39:07 -04:00
.vsts-macOS-build.yml ci: Adjust canaries source branch 2020-06-04 09:41:30 -04:00
.vsts-prod.yml feat: Add macOS support 2020-04-14 16:57:39 -04:00
.vsts-win-build.yml ci: Adjust canaries source branch 2020-06-04 09:41:30 -04:00
LICENSE Initial commit 2018-11-01 11:24:21 -07:00
README.md Added link to the live showcase site 2019-10-25 01:04:39 +03:00

README.md

XAML Controls Gallery port for Uno Platform

This repository is a port of the Xaml Controls Gallery running on the Uno-based apps on Windows, iOS, Android and WebAssembly. You can checkout the WASM target of the gallery live on this address.

XAML Controls Gallery

Xaml Gallery Screenshot

Shows all of the XAML controls in an interactive format. This app is the interactive companion to the Fluent Design Guidelines and shows the usage of both UWP Xaml APIs and Windows UI Toolkit APIs.

This sample shows how to:

  • Specify XAML controls in markup: Each control page shows the markup used to create each example.
  • Use the Microsoft.UI.Xaml (WinUI) Library: The app includes the latest WinUI NuGet package and shows how to use the Windows UI Toolkit controls like NavigationView, SwipeControl, and more.
  • 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.
  • Version adaptive code: This sample shows how to write version adaptive code so that the app can run on previous versions of Windows while also using the latest capabilities on the most recent verison of Windows.

Note The Xaml Controls Gallery requires Visual Studio 2017 to build and Windows 10 to execute. To obtain information about Windows 10 development, go to the Windows Dev Center

To obtain information about Microsoft Visual Studio and the tools for developing Windows apps, go to Visual Studio

To contact the authors, please reach out to ControlsGallery@microsoft.com

XAML app UI, start to finish

Each control page in the application has links to the relevant MSDN documentation for that control.

Install a prebuilt version of this sample.

Windows UI Library (WinUI)

RSS reader sample
Lunch Scheduler app sample
Customers Orders Database sample
Universal Windows Platform (UWP) Samples