xamarin-forms-carouselview icon indicating copy to clipboard operation
xamarin-forms-carouselview copied to clipboard

General use case example missing

Open gpaluk opened this issue 7 years ago • 0 comments

I feel that perhaps a very general use case is missing from the set of examples that are available. I came looking for a simple component that would allow me to place a number of images (or views) into a list and then send those to be intractable in a way that most would assume a carousel component to work.

The example only appears to provide usage cases for the types of interactions that control app flow or other such functionality. Perhaps it would be worth looking at creating some simple carousel examples that would allow people to start using this without trawling through lists of custom logic?

i.e.

Carousel carousel = new Carousel
{
    Children = {
        view1, view2, view3
    },
    Dots = true
}

gpaluk avatar Jul 17 '18 16:07 gpaluk