Results 1 to 2 of 2

Thread: icon resolution in listview control

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    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?

    Parksie

  2. #2
    Hyperactive Member Bananafish's Avatar
    Join Date
    Jan 2001
    Posts
    394
    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
  •  



Click Here to Expand Forum to Full Width