How to hide a particular record in a CListCtrl.

Hi...
How to hide a particular record in a CListCtrl.
[65 byte] By [reddysmar] at [2007-11-20 10:23:10]
# 1 Re: How to hide a particular record in a CListCtrl.
How about overloading OnDrawItem & making the item height 0 for the records that you want to hide?
zmdmustafa at 2007-11-10 22:30:07 >