in Delphi TIPS :: After dropping a TListBox on your form, you must change the Style property of the TListBox to lbOwnerDrawFixed. If you fail to change the Style property, the OnDrawItem event will never be called. Put some special code in the OnDrawItem event of your TListBox...
Read the full article to learn how to Change the Background Color on different Lines of text in a TListBox.
Related:
Comments
No comments yet. Leave a Comment

