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): windows phone default calendar - daily view

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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -