summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs b/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs
new file mode 100644
index 00000000..6050d07d
--- /dev/null
+++ b/Xamarin.Forms.Platform.WP8/CarouselViewRenderer.cs
@@ -0,0 +1,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)
+ {
+ }
+ }
+} \ No newline at end of file