Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvOutlookList
How to set different colors for the items in the list.
How to set different colors for the items in the list.
You can use the event OnDrawItemProp. This event is triggered for every item that is painted in the TAdvOutlookList. You can modify the background color via changing ABrush.Color and the font color via AFont.Color.