Hi,
Has anyone had any experience using the CarouselView feature from the XLabs project? I am trying to implement a carousel view that includes 4 or 5 buttons. I basically want to be able to cycle through these from left to right (kind of like an image gallery) as only 2 will actually fit on the page if they are just added to a grid. I thought the best way to does this would be to use the CarouselView that has been added to XLabs.
I have looked at the sample code of this but can only find it in XAML and not in C#. Has anyone used this in C# and managed to get it working? If I can get this working, I can also use it to drastically improve other parts of my app.
Many Thanks.