|
-
Oct 22nd, 2002, 10:15 AM
#1
Thread Starter
Fanatic Member
icon resolution in listview control
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?
-
Oct 22nd, 2002, 11:05 AM
#2
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|