Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 8.1 (WinRT): Custom Looping Selector

I want a custom Looping Selector for my Windows Phone 8.1 (WinRT) and I couldn't find any solution for the moment. I want something like this:

enter image description here

The Windows Phone Toolkit is for WP8.0 and WP8.1 Silverlight and it doesn't work for WP8.1 (WinRT) apps (And this question is for WP8.1 Silverlight).

There are DatePicker & TimePicker controls for WP8.1. Is there any way to custom their data or something to trick the control to my problem?

There is a LoopingSelector class but it seems that it is not implemented yet.

Any solution or idea would be appreciated.

like image 269
Vahid Avatar asked Jan 01 '15 07:01

Vahid


1 Answers

Not sure if you still need this... but there is a WinRT LoopItemsPanel project available here: http://blogs.msdn.com/b/mim/archive/2013/04/16/winrt-create-a-custom-itemspanel-for-an-itemscontrol.aspx

like image 129
Depechie Avatar answered Sep 17 '22 13:09

Depechie