Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
w2m
Posted - Jun 26 2014 : 07:01:43 Is there anyway to make TImageEnMView transparent by using code? I am making a project for a client and all of the controls except for TImageEnMView are transparent, so I need to try to make the component transparent or possibly switch components.
Posted - Jun 26 2014 : 16:52:18 Assuming you are referring only to background transparency and not alpha blending then you should be able to make it transparent in the same way as a TPanel, but undoubtedly there will be a lot of gotchas...
So you may be better off finding a grid component that handles transparency automatically, though I do not know of one. If your needs are modest (display of thumbs only without interaction) then you could just build it in memory and output to a TPaintBox/TImage