I try to implement a multi column ListView. Everything worked just fine until I tried to style the mouseover- and selection-look of the list view items. I therefore created a Co
Replace the ContentPresenter in your ContentTemplate by a GridViewRowPresenter:
ContentPresenter
GridViewRowPresenter
...