I'm trying to a add a list of numbers like in the picture below to a page in a Windows Phone 8.1 app, but I can't find the looping selector control in the toolbox to acheive this:
http://www.geekchamp.com/articles/wp7-loopingselector-in-depth--part1-visual-structure-and-api
I've tried to add the missing control by right clicking on the toolbox and adding a control but its not there.
This is how I've achieved picking a time using the coding4fun time span picker:
<c4fToolkit:TimeSpanPicker Header="Rest Interval" x:Name="restTimeSpanPkr" Max="12:59:59" Step="1:1:1" Margin="-12,323,12,-278" Grid.RowSpan="2"/>
Does anyone have any idea how to add the missing tool or is there a different way of achevingthis in Windows phone 8.1?
namespace prefix primitives is not defined
, any ideas as to why? – Brian J