I have a listview in which I customized each row to have two buttons. Even though I set SelectionMode to None, it is still the ItemSelected that seems to be invoked: I can see the cell is highlighted and then the highlight disappears. I have to click the button(s) many times to have the button(s) click event activated. In fact, whether I set SelectionMode to None or not, it is just very very hard to have the button(s)' click event invoked. Is there a solution to this?