arthurrump / Zermelo.App.UWP

Also known as 'Schoolrooster voor Zermelo'
http://schoolrooster.arthurrump.com
MIT License
2 stars 0 forks source link

Enable Schedule viewing #2

Closed arthurrump closed 7 years ago

arthurrump commented 7 years ago

Add the ability to view all appointments per day/week.

arthurrump commented 7 years ago
    <Pivot
        RelativePanel.Below="Header"
        RelativePanel.AlignBottomWithPanel="True"
        RelativePanel.AlignLeftWithPanel="True"
        RelativePanel.AlignRightWithPanel="True"
        EntranceNavigationTransitionInfo.IsTargetElement="True"

        IsHeaderItemsCarouselEnabled="False">

        <!-- So, how about just completely retemplating the pivotcontrol to change the header?
        https://github.com/Microsoft/Windows-universal-samples/blob/master/Samples/XamlPivot/cs/Scenario3.xaml -->

        <PivotItem Header="ma">

        </PivotItem>

        <PivotItem Header="di">

        </PivotItem>

        <PivotItem Header="wo">

        </PivotItem>

        <PivotItem Header="do">

        </PivotItem>

        <PivotItem Header="vr">

        </PivotItem>

    </Pivot>