项目作者: NAXAM

项目描述 :
Xamarin Forms Control - CarouselView
高级语言: C#
项目地址: git://github.com/NAXAM/carousel-xamarin-forms.git
创建时间: 2017-05-29T16:06:45Z
项目社区:https://github.com/NAXAM/carousel-xamarin-forms

开源协议:Apache License 2.0

下载


CarouselView - A Xamarin.Forms control

CarouselView

A Xamarin.Forms control based on CarouselEffectTransformer from @bhaveshjabuvani-credencys

Image

About

This project is maintained by Naxam Co.,Ltd.

We specialize in developing mobile applications using Xamarin and native technology stack.

Looking for developers for your project?



Installation

  1. Install-Package Naxam.CarouselView

Usage

  1. carousel = new CarouselView();
  2. carousel.ItemSource = new Color[] {
  3. Color.Red,
  4. Color.Blue,
  5. Color.Green,
  6. Color.Purple,
  7. Color.Yellow
  8. };
  9. carousel.ItemTemlate = new DataTemplate(typeof(CarouselViewCell));

License

CarouselView is released under the Apache License license.
See LICENSE for details.