I am having some problem with the behavior of SfCarousel when attempting to swipe in order to move to the next or previous item. The problem is that there is a small area of the control where the swipe actually works. If you end your swipe over an SfCarouselItem that is not the selected item, you end up having two selected events fired. One for the swipe which moves to the next card, and one for the pointer released event, moving the selection to the SfCarouselItem where the swipe gesture ended. The swipe gesture works correctly when you end your swipe in the currently selected SfCarouselItem. I'd like to Just disable the pointer relased event to avoid the unpredictable behavior (as I prefer having the swipe navigation gesture over the tap to navigate). Thanks in advance.