Carrousel in radzen

Hi
Is there a simple way to implements a carrousel or a horizontal list on Radzen?
Thanks in advance

Hi @Dominique,

There is no carousel component in Radzen however you can use DataList:
https://angular.radzen.com/data-list

If the PageSize is set to 1 you will get something like carousel:
https://blazor.radzen.com/panel

Thanks a lot
I will try that