ListView - selection issue
Summary
ListView - selection issueContent
Hi,
I have a listview with selection mode single, each list item contain clickable image that fire an event.
The issue is when I click on the image the list selection event fires in addition to the image click event.
The expected scenario is when I click on any list item the list selection event will run and when I click on the image only the image click event will run.
It is possible ?
0