WPF UC in Winforms occasionally has an odd border to the left / visually corrupted - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T04:54:15Z http://stackoverflow.com/feeds/question/298524 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/298524/wpf-uc-in-winforms-occasionally-has-an-odd-border-to-the-left-visually-corrupte 1 WPF UC in Winforms occasionally has an odd border to the left / visually corrupted Ryan ONeill 2008-11-18T11:40:48Z 2008-11-21T10:03:20Z <p>I have a WPF user control I created that is used to show the state of tasks in my UI. I get the odd report back that the control sometimes has a nasty looking border to the left and I cannot reproduce it.</p> <p>The control looks like this (when working) (grey tick=not run, green=OK,red cross=fail,hourglass=running);</p> <p><img src="http://img504.imageshack.us/img504/1772/wpfgoodpw9.png" alt="alt text" /></p> <p>It looks like this when the problem occurs;</p> <p><img src="http://img369.imageshack.us/img369/4201/wpfbadar6.png" alt="alt text" /></p> <p>It may have something to do with the layering of those icons, when the state changes the others are made invisible and the relevant icon is made visible. The four icons are all stacked on top of each other.</p> <p>It could also be the background in theory, which I'll look at next. Problem is reported on both flat panel and CRT displays.</p> <p>Any guidance greatly appreciated.</p> <p>Update: 1) SnapsToDevicePixels does not affect the issue. 2) Grid is not used, only a canvas.</p> http://stackoverflow.com/questions/298524/wpf-uc-in-winforms-occasionally-has-an-odd-border-to-the-left-visually-corrupte/298537#298537 1 Answer by Cameron MacFarland for WPF UC in Winforms occasionally has an odd border to the left / visually corrupted Cameron MacFarland 2008-11-18T11:49:00Z 2008-11-18T11:49:00Z <p>Could it have something to do with <a href="http://msdn.microsoft.com/en-us/library/aa970908.aspx" rel="nofollow">pixel snapping</a>?</p> http://stackoverflow.com/questions/298524/wpf-uc-in-winforms-occasionally-has-an-odd-border-to-the-left-visually-corrupte/300775#300775 0 Answer by Donnelle for WPF UC in Winforms occasionally has an odd border to the left / visually corrupted Donnelle 2008-11-19T01:43:18Z 2008-11-19T01:43:18Z <p>Are they in a grid? It could be related to <a href="http://stackoverflow.com/questions/267364/wpf-eliminate-transparency-between-grid-cells#267954">http://stackoverflow.com/questions/267364/wpf-eliminate-transparency-between-grid-cells#267954</a> which we never really resolved.</p>