Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #16 from jasonshortphd/master
Browse files Browse the repository at this point in the history
Adding blade control to other locations
  • Loading branch information
jasonshortphd authored Aug 18, 2016
2 parents cb3a2e6 + 4798c23 commit 9c444d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions en-us/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion en-us/controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 9c444d6

Please sign in to comment.