Re: changing font/color for listview item
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 06, 2005
- 618 views
Rubens wrote: > > Hi people! > > Could anyone help me with this ? > > How can I change the color/font of a > specific listview item ? This is not an easy thing to do. You need to create the ListView as an OwnerDrawn control and then intercept the special event messages so you can have total control over how the listview is rendered. You can get all the details from the MSDN web site or Windows API documentation. Try ... http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/listview/reflist.asp?frame=true for a starting point. -- Derek Parnell Melbourne, Australia irc://irc.sorcery.net:9000/euphoria