|
-
Dec 5th, 2007, 06:48 AM
#1
Thread Starter
Hyperactive Member
How to add a thumbnail to a ListView subitems that will view in report format?
How to add a thumbnail to a ListView subitems that will view in report format?
-
Dec 5th, 2007, 09:02 AM
#2
Re: How to add a thumbnail to a ListView subitems that will view in report format?
When you add new subitem one of Item.Add method's optional arguments is [ReportIcon]
so try to specify that by simply providing the image key that you may have in associated ImageList control.
-
Dec 5th, 2007, 09:35 AM
#3
Thread Starter
Hyperactive Member
Re: How to add a thumbnail to a ListView subitems that will view in report format?
Ermm.. my image which show out everytime is depend on database..
how to accociated dynamic picture path to ImageList? and how to ad method's optional arguments is [ReportIcon]??
-
Dec 5th, 2007, 11:46 AM
#4
Re: How to add a thumbnail to a ListView subitems that will view in report format?
You would have to add image to imagelist first.
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
|