summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs
blob: 6050d07ddbb106843fa7523b54e6cabcdac0c62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using Microsoft.Phone.Controls;
using SLButton = System.Windows.Controls.Button;
using SLBinding = System.Windows.Data.Binding;

namespace Xamarin.Forms.Platform.WinPhone
{
	public class CarouselViewRenderer : ViewRenderer<CarouselView, LongListSelector>
	{
		protected override void OnElementChanged(ElementChangedEventArgs<CarouselView> e)
		{
		}
	}
}