I am working on a WinForm (weather app) that use the IE Webbrowser control which displays a weather Map image from Weather Underground. My problem is that it shows a white margin (or padding) of about 5 px or so, and I can not seem to figure out how to get rid of this white space.(Take a look at image)
I have tried just the Chrome Browser and there is no white space (margin) around the image, however if I try my IE Browser I get the white space(margin). Is there a setting in IE that sets a Top / Left Margin?
I don't particularly won't to use another webcontrol like Chromium or some other Third party web control, but I will if I have to or either I'll use something a picturebox if I have to. I was just trying to use the webcontrol.