I need some help here. I can\'t understand why none of the solutions I found work for my case. Let\'s consider a Listview with these items:
Well, I gave up and tried another path. I realized that changing the ListViewItems for Buttons, then the whole row was highlighted on mouse over. I was searching this not only for aesthetic reasons. In the original situation the user must move the pointer just over the text to select it. But now they can select just having the pointer in that row, you don't need to go and move the mouse just over the text. I find it quite more comfortable and quick for the user, and that's very important for the kind of interface I'm doing, because they'll need to make that quite frequently.
So, the code of @mathayk works for me with Buttons instead of ListViewItems.
Thanks all of you for your time.