+4  A: 

It may be WPF inferring a certain amount of transparency because the items don't fall on exact pixel boundaries. Try playing with the SnapsToDevicePixels property on the item containers and see if that helps.

HTH, Kent

Kent Boogaart
Thanks that was it, I posted the code using SnapsToDevicePixels above.
Edward Tanguay