#TabbedPivot
TabbedPivot is based on the original pivot control of XAML. It provides customizable views for the PivotItem.Header objects, two String properties can be edited to show text or glyph icons.
<PivotItem.Header>
<PivotHeader Text="Item" Icon=""/>
</PivotItem.Header>
The position of the tabs can be changed, so that the items appear below the content at the bottom of the page. Check out this commit if you want to have the header at the bottom.
#Author
#License
TabbedPivot is available under the MIT license. See the LICENSE file for more info.