Skip to content

Instantly share code, notes, and snippets.

View salvador-guerrero's full-sized avatar

salvador-guerrero

View GitHub Profile
@salvador-guerrero
salvador-guerrero / AutoscrollCarouselBehavior.cs
Created September 17, 2018 19:07
Autoscroll behavior for alexrainman/CarouselView
using System;
using CarouselView.FormsPlugin.Abstractions;
using Xamarin.Forms;
namespace YourNamespace.Behaviors
{
/// <summary>
/// Scrolls to next carousel element automatically
/// </summary>
class AutoscrollCarouselBehavior : Behavior<CarouselView.FormsPlugin.Abstractions.CarouselViewControl>