I want to have images instead of text in tabs for my TabControl, so I have done this:
- added image in ImageList
- myTabControl.ImageList is pointing to this ImageList
- TabPage.ImageIndex has an index to that image
And this is the result:

As you can see, the image is all blurry.
If I modify TabPage.BackgroundImage to point to this image, then the image looks fine as shown here:

Is there a way to make the image in tab look that good?