XAML Daily Calendar Control (Windows Phone 8.1) -
i looking daily calendar control written in xaml use in windows phone 8.1 app. found far calendars monthly or weekly views, not interested in.
it nice if had kind of timeline (like in example below) , supported displaying of events custom start , end times (at least).
by daily, mean 1 calendar day , it's corresponding events shown @ time, (windows phone default calendar): 
there no inbuilt control , no third party controls(afaik).
i have made enough searches , implemented on own.
some general ideas are:
<listview> <listview.itemtemplate> <itemscontrol> <itemscontrol.itemtemplate> <stackpanel orientation="horizontal"> <rectangle/> </stackpanel> </itemscontrol.itemtemplate> </itemscontrol> </listview.itemtemplate> </listview> make viewmodel fit structure .i used way , achieved perfecly.
Comments
Post a Comment