unoplatform / uno.toolkit.ui

A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
https://platform.uno/
MIT License
83 stars 27 forks source link

Carousel control #276

Open takla21 opened 2 years ago

takla21 commented 2 years ago

What would you like to be added:

We need a slideshow component for cycling through elements—images or slides of text—like a carousel. Also we need to be able to customize it so items can have its snapping points.

Why is this needed:

We need this on a uno.WinUI project with uno.extensions that I'm currently working on.

For which Platform:

Anything else we need to know?

jeromelaban commented 2 years ago

Is this control appropriate ? https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/carousel

It's not working yet in Uno because PlaneProjection is not supported yet, but it could be a target.

Carousel - Windows Community Toolkit
The Carousel control inherits from ItemsControl, representing a nice and smooth carousel.
takla21 commented 2 years ago

@jeromelaban yeah that control would be pretty much what we need.