long time lurker and self taught OOP and c# thanks in good majority to the great people here. 99% of my problems I seem to find out by searching all over the net but I'm stuck with this one.
My problem is that I have a custom GUI where I'm stacking elementhost control elements that host WPF user controls. I have successfully made these graphics appear and perform their behavior but they are not transparent with respect to each other. I have stacked icons that overlap each other with a semi transparent edges where they should blend together. The icons were made in paint.net and indeed have correct graphics for transparency. Using host.BackColorTransparency = true, I was able to make these element hosts transparent to background of my winforms GUI, but they are still not transparent with respect to each other.
I'm trying to be as descriptive as I can here. And since this is a work project I cannot display any proprietary information. Please let me know if anyone needs any more information. Thank you for any help.