From 4798c23a087a13dfe721780ba2ccf308df0af600 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Thu, 18 Aug 2016 15:37:39 -0700 Subject: [PATCH] Adding blade control to other locations --- en-us/TOC.md | 1 + en-us/controls.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/en-us/TOC.md b/en-us/TOC.md index 0025edc..825a9f3 100644 --- a/en-us/TOC.md +++ b/en-us/TOC.md @@ -25,6 +25,7 @@ lang: en-us # Controls - [AdaptiveGridView]({{site.baseurl}}/{{page.lang}}/controls/AdaptiveGridView.htm) +- [BladeControl]({{site.baseurl}}/{{page.lang}}/controls/bladecontrol.htm) - [HamburgerMenu]({{site.baseurl}}/{{page.lang}}/controls/hamburgerMenu.htm) - [HeaderedTextBlock]({{site.baseurl}}/{{page.lang}}/controls/headeredTextBlock.htm) - [ImageEX]({{site.baseurl}}/{{page.lang}}/controls/ImageEx.htm) diff --git a/en-us/controls.md b/en-us/controls.md index 7a0dca3..4686ef5 100644 --- a/en-us/controls.md +++ b/en-us/controls.md @@ -18,7 +18,8 @@ All of the controls also include templates so you can customize the look of them | Link | Description | | --- | --- | -| [AdaptiveGridView Overview]({{site.baseurl}}/{{page.lang}}/controls/AdaptiveGridView.htm) | The AdaptiveGridView control allows to present information within a Grid View perfectly adjusting the total display available space. It reacts to changes in the layout as well as the content so it can adapt to different form factors automatically. | +| [AdaptiveGridView Overview]({{site.baseurl}}/{{page.lang}}/controls/AdaptiveGridView.htm) | The AdaptiveGridView control allows to present information within a Grid View perfectly adjusting the total display available space. It reacts to changes in the layout as well as the content so it can adapt to different form factors automatically. | +| [BladeControl]({{site.baseurl}}/{{page.lang}}/controls/bladecontrol.htm) | Provides a container to host blades as extra detail pages in, for example, a master-detail scenario. | | [HeaderedTextBlock Overview]({{site.baseurl}}/{{page.lang}}/controls/headeredTextBlock.htm) | Defines a control for providing a header for read-only text. | | [HamburgerMenu Overview]({{site.baseurl}}/{{page.lang}}/controls/hamburgerMenu.htm) | The HamburgerMenu is based on a SplitView control. By default it contains a HamburgerButton and a ListView to display menu items. | | [ImageEX Overview]({{site.baseurl}}/{{page.lang}}/controls/ImageEx.htm) | The ImageEx control extends the default Image platform control improving the performance and responsiveness of your Apps. Source images are downloaded asynchronously showing a load indicator while in progress. Once downloaded, the source image is stored in the App local cache to preserve resources and load time next time the image needs to be displayed. |