Overlaying two images in listview

Brad

Active Member
Licensed User
Longtime User
I need to overlay one image over another in a listview. Can this be done? :sign0163:

I've tried setting the imageview background image to one and the imageview bitmap to the other. Problem is the bitmap image completely hides the background image even though both image backgrounds are transparent. It works great when I just overlap each other just on the view.
 
Last edited:

Brad

Active Member
Licensed User
Longtime User
It appears that whichever image I load last will block out the first image.
 
Upvote 0

Brad

Active Member
Licensed User
Longtime User
After posting my message I realized that I won't be able to use listview. I need to have several images on a single line..
 
Upvote 0
Top