CListCtrl: multi line report items, differing fonts
-
Hello, I would like for my report-mode list control to do the following: * Have text-wrapping on one line so that it's taller than a regular one-line item. * Change the font (not just color) of each item and further, each sub-item. Any suggestions or pointers to where to search? I've searched the MSDN somewhat and haven't found anything obvious. Thanks! JennyP
-
Hello, I would like for my report-mode list control to do the following: * Have text-wrapping on one line so that it's taller than a regular one-line item. * Change the font (not just color) of each item and further, each sub-item. Any suggestions or pointers to where to search? I've searched the MSDN somewhat and haven't found anything obvious. Thanks! JennyP
Look in the MSDN Library for "custom draw" in the sections on the Common Controls. In the October 2001 edition, it's under Platform SDK Documentation \ User Interface Services \ Windows Common Controls \ Custom Draw Controls. Gary R. Wheeler