WinForms: ImageList for ListView with different image sizes
问题 I have a ListView with View property set to LargeIcon . And I have an ImageList as image source for ListView . What I want is to display both vertically and horizontally oriented images in ListView but ImageList have only a single property ImageSize for all images in its collection so for example if I set that property to 150x100 and add a vertical image (100x150) to collection - ListView automatically stretches it to 150x100. So as I understand I need some ImageList , in which every image is