We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Carousel Spining

Hello syncfusion,

I have a question regarding on your WPF Carousel. Can support the mouse wheel (for spinning-for browsing) and select the item on enter or click.

I did a workaround to suport the mouse wheel for spining :
 if ( mouseWheel spin towards monitor)
{
carousel.selectedIndex+1;
}
else
{
carousel.SelectedIndex -1;
}

But with this workaround is automatically changing the item, and i want to select the item by click on enter.

Regards,
Lucian.

4 Replies

JR Jegan Raj M Syncfusion Team December 14, 2013 09:34 AM UTC

Hi Lucian,

Thanks for your interest in Syncfusion products.

Currently we don't have mouse wheel support for Carousel control. But we have created workaround sample in which carousel item is selected while scrolling. Please download the sample from the below link.

Please let us know if the solution helps

Regards,
Jegan Raj M


CarouselSample_f97721b5.zip


LU Lucian December 18, 2013 12:37 PM UTC

Hello Jegan,
 
So, for the moment is not possible just to navigate with the mouse wheel and not select an item. Is that correct?


Lucian.


JR Jegan Raj M Syncfusion Team December 24, 2013 08:52 AM UTC

Hi Lucian,

Yes. We don't have mouse wheel support for Carousel control. By using the work around which is updated in our previous post we can use mouse wheel to select the item.

Please let us know if need further assistance.

Regards,
Jegan Raj M


LU Lucian January 7, 2014 09:18 AM UTC

Hello Jegan,

Thank you for the assistance and for the help.

Best wishes,
Lucian

Loader.
Live Chat Icon For mobile
Up arrow icon