能用代码设置ImageList图片的大小吗?imglst.ImageSize.Height = 32; 上面代码编译通不过,ImageList图片的大小能设置吗?[解决办法]this.imageList1.ImageSize = new System.Drawing.Size(36, 36);