In a CustomListView I put a Button and a SwiftButton. When the pulses are triggered, the Button click event is launched, but the SwiftButton event is not.
What I am doing wrong?
It is a limitation related to the way the touch gesture is handled.
If you don't need the item click event then set the pressed color of CLV to transparent.
The user will be able to click on the swift buttons with a bit longer click (or with a small movement).