TAdvVerticalPolyList

At design time I can edit the TImageTextButtonItem appearance. I am struggling to find the properties to edit these at runtime. I want to change the Background Color properties and the Button Color properties.

I have this for the item which works fine but how do I change the background color and button color programmatically.

Hello,

You can do this with the following code:
AdvVerticalPolyList.List.GetItemAppearance.Normal.Color := clRed;