Trying to implement a WPF usercontrol in a WinForms app. Both load correctly, however i cannot get the background of the usercontrol to be transparent. Therefore the WPF control displays over an opaque gray background.
Does anyone have any examples of how to display a transparent background on a WPF usercontrol in a winforms project?
|