Be sure to set ImageList.ImageSize to 48 x 48 too.
HTH, Kent
Kent Boogaart
2008-09-21 18:02:01
Be sure to set ImageList.ImageSize to 48 x 48 too.
HTH, Kent
I'm not sure if its the problem in this specific case, but Microsoft support for the PNG format is generally poor. Try adding the images in .bmp format and they should display fine.
When adding a .PNG Icon format size the editor tends to pick the first entry size in that file, so it picks up the 16x16 entry and it's stretching that out. That's why you see the 16x16 in the properties there. As suggested, the support for PNG is poor, I'm often found myself rolling over to another format as well to avoid this.
You can open the file in Paint.Net if you need a free editor or something more fully featured like Photoshop or Fireworks and extract the exact size you want.