Applying Transparent style for TListBox using Delphi XE8

  

I’m using Delphi XE8 for mobile application development. In that I have added form with the colour Green, and in that form I have added TListBox and defined the background style as Transparency and added TListBoxItem on the TListBox.

The ListBoxItem which I have added to the ListBox consists of the BitMap and I need to show the image in the ListBoxItem. And I have kept the style as listboxitemnodetail

But the ListBoxItem is not transparent and the Empty ListBox is transparent which shows the Form Colour. Same thing I have implemented in Delphi XE7 and the ListBoxItem and the Empty ListBox is transparent which shows the Form Colour. Please provide me any suggestion that should I need to change Extra setting in Delphi XE8.?

This is the sample GUI:

Thanks in Advance.

Comments are closed.