Skip to content

Commit

Permalink
Windows 10 Version 1803 - December 2018 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Dec 13, 2018
1 parent b4cde6d commit b268382
Show file tree
Hide file tree
Showing 495 changed files with 3 additions and 18,399 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<td><a href="Samples/TitleBar">Title bar</a></td>
</tr>
<tr>
<td><a href="Samples/XamlUIBasics">UI basics (XAML)</a></td>
<td><a href="https://github.com/Microsoft/Xaml-Controls-Gallery">UI basics (XAML)</a></td>
<td><a href="Samples/UserInteractionMode">User interaction mode</a></td>
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
</tr>
Expand Down
64 changes: 2 additions & 62 deletions Samples/XamlUIBasics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,66 +3,6 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=619992
--->

# XAML Controls Gallery (aka XamlUiBasics)
# XAML Controls Gallery

Shows all of the XAML controls in an interactive format. This app is the interactive companion to the [Windows Style Guide](https://getfluentdesign.com/).

> **Note:** This sample is part of a large collection of UWP feature samples.
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
> [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be
> sure to unzip everything to access shared dependencies. For more info on working with the ZIP file,
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).
> For more samples, see the [Samples portal](https://aka.ms/winsamples) on the Windows Dev Center.
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.

To obtain information about Windows 10 development, go to the [Windows Dev Center](http://go.microsoft.com/fwlink/?LinkID=532421)

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)

## Related topics

[XAML app UI, start to finish](http://msdn.microsoft.com/library/windows/apps/dn263191.aspx)

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

[Install a prebuilt version of this sample](https://www.microsoft.com/store/productId/9MSVH128X2ZT).

## 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)

## System requirements

**Client:** Windows 10

**Server:** Windows Server 2016 Technical Preview

**Phone:** Windows 10

## Build the sample

1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
2. Start Microsoft Visual Studio 2017 and select **File** \> **Open** \> **Project/Solution**.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio Solution (.sln) file.
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.

## Run the sample

The next steps depend on whether you just want to deploy the sample or you want to both deploy and run it.

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.
The XAML Controls Gallery has [moved to its own repo](https://github.com/Microsoft/Xaml-Controls-Gallery).
91 changes: 0 additions & 91 deletions Samples/XamlUIBasics/cs/AppUIBasics/AllControlsPage.xaml

This file was deleted.

43 changes: 0 additions & 43 deletions Samples/XamlUIBasics/cs/AppUIBasics/AllControlsPage.xaml.cs

This file was deleted.

Loading

0 comments on commit b268382

Please sign in to comment.