delphi - Can I change the color of a TListBox Selected Item? -


I am creating a multidevice FireMonkey application and when it is selected, I would like to change the color of the TListBox item.
How can the Red Studio XE7 be done?

  1. open bitmap style designer (a bin folder of RAD Studio Look for) and make the style by default for Android ( file -> new -> Android light style for firefoxes )
  2. Expand node "Image" / Strong> and export all graphics resources. Enter image details here
  3. In any type of graphics editor, TListBoxItem < / Strong> background color Enter image details here
  4. Return to Bitmapstyle Designer and update each image (style .png, style 20x.png, style 15.png, style 30x.png). To update, select the image node and click the "Update" button. Enter image details here
  5. To save the style, click "File-> as Save ... "
  6. Book style in a style and load this style.

Comments