I have styled an WPF ListBox. I\'m developing under Windows 8. After setup the style to be as follows (see image), when I test the application in Windows 7, the margin is not th
I actually managed to get rid of it myself, it looks like it's ListViewItem style that's being changed by Windows8, adding a style to the local resources of the ListView has worked for me.