I have a wpf application that constantly produces odd straight lines (grey) across the screen. As the mouse moves around they appear and disappear. Sorry for the bad description but its hard to describe. I wonder if there is anything I can do about it.
I have tried a few rendering options and so forth.
<dxg:GridControl SnapsToDevicePixels="True"
and
RenderOptions.ClearTypeHint="Enabled"
RenderOptions.BitmapScalingMode="NearestNeighbor"
RenderOptions.EdgeMode="Aliased"