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.
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