I have a ownerdrawing ListView with LargeIcon view mode and want to change ListViewItem's bounds property. This link does not help me, because the property SystemInformation.IconSpacingSize is read only. I need to have all 150x220px icons for drawing. Is there any ways or tricks for solving my problem?
Asked
Active
Viewed 507 times
2
-
1Could you share some of your code? – user254875486 Jun 23 '13 at 15:28
-
I have edited your title. Please see, "[Should questions include “tags” in their titles?](http://meta.stackexchange.com/questions/19190/)", where the consensus is "no, they should not". – John Saunders Jun 24 '13 at 22:07
1 Answers
1
Assigne an ImageList component to the ListView.LargeImageList property. If you draw images manually, there is not need to populate the ImageList with images. It is only important to set an appropriate value to the ImageList.ImageSize property. ListView items will be resized correspondingly.

Uranus
- 1,690
- 1
- 12
- 22