# Xaml-Controls-Gallery **Repository Path**: wangyading/Xaml-Controls-Gallery ## Basic Information - **Project Name**: Xaml-Controls-Gallery - **Description**: This app demonstrates the controls available in WinUI and the Fluent Design System. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-29 - **Last Updated**: 2020-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- page_type: sample languages: - csharp - xaml products: - windows - windows-uwp statusNotificationTargets: - controlsgallery@microsoft.com description: Demonstrates the usage of all XAML/WinUI controls in an interactive format. --- # XAML Controls Gallery ![Xaml Gallery Screenshot](README_Images/XamlGalleryLanding.PNG) [![Build Status](https://dev.azure.com/stmoy/Xaml%20Controls%20Gallery/_apis/build/status/XAML%20Controls%20%20Gallery%20-%20CI%20Tests?branchName=master)](https://dev.azure.com/stmoy/Xaml%20Controls%20Gallery/_build/latest?definitionId=2&branchName=master) Shows all of the XAML controls in an interactive format. This app is the interactive companion to the [Fluent Design Guidelines](https://docs.microsoft.com/windows/uwp/design/basics/) and shows the usage of both UWP Xaml APIs and [Windows UI Library](https://docs.microsoft.com/windows/apps/winui/) APIs. ## The XAML Controls Gallery 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 Library](https://docs.microsoft.com/windows/apps/winui/) 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. ## Further information >**Note**: The Xaml Controls Gallery requires Visual Studio [2017](http://go.microsoft.com/fwlink/?LinkID=532422) or [2019](https://visualstudio.microsoft.com/vs/) to build and Windows 10 to execute. To obtain information about Windows 10 development, go to the [Windows Dev Center](https://developer.microsoft.com/windows) To obtain information about Microsoft Visual Studio and the tools for developing Windows apps, go to [Visual Studio](http://go.microsoft.com/fwlink/?LinkID=532422) ## 🐞 Found a bug? Want a new sample? If you find a bug **within the Xaml Controls Gallery** or want to request a new sample, please [file an issue](https://github.com/microsoft/Xaml-Controls-Gallery/issues/new/choose). If you find a bug **within your app (not in the Xaml Controls Gallery)** and need help, please [file an issue on the WinUI repo](https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose). ## Related topics [Get started with Windows 10 apps](https://docs.microsoft.com/windows/uwp/get-started/) [Install a prebuilt version of this app from Microsoft Store](https://www.microsoft.com/store/productId/9MSVH128X2ZT). Each control page in the application has links to relevant Microsoft Docs for that control. [Windows UI Library (WinUI)](https://docs.microsoft.com/uwp/toolkits/winui/) ## Related samples [RSS reader sample](https://github.com/Microsoft/Windows-appsample-rssreader) [Lunch Scheduler app sample](https://github.com/Microsoft/Windows-appsample-lunch-scheduler) [Customers Orders Database sample](https://github.com/Microsoft/Windows-appsample-customers-orders-database) [Universal Windows Platform (UWP) Samples](https://github.com/Microsoft/Windows-universal-samples/tree/dev)