ListView 连接到 ImageList 以显示图像。 ImageList 中图像的最大尺寸为 256x256。
我尝试在 ImageList 中添加更大的图像,但出现异常。在下面一行:
imageList.ImageSize = new Size(300, 300);
"Value of '300' is not valid for 'ImageSize.Width'. 'ImageSize.Width' should be between 1 and 256.\r\nParameter name: ImageSize"
有没有办法在ListView中显示更大的图片?例如 512x512 或更大?