For some reason the icons I have included in my listview control seem bitty, as if they are in the incorrect resolution.
Has anyone experienced this before?
Printable View
For some reason the icons I have included in my listview control seem bitty, as if they are in the incorrect resolution.
Has anyone experienced this before?
When using a ListView - I use two ImageList controls - one with icons designed specifically at 16x16 and one with icons sized at 32x32.
I assign the 16x16 imagelist to the smallimagelist property of the listview and the 32x32 to the largeimagelist property.
This way I get either the big or the small icon depending on what the value of the View property is.
hope this helps