New ListCtrl Sorting Algorithm in XP

Sorting items more naturally in ListCtrl, like XP does. Adding a single line into your program to enable this cool feature. 

在 CodeProject 写的第二篇帖子. 这次很快就发表了.

http://www.codeproject.com/cpp/ListCtrlSort.asp

提供了几个很实用的类. 在你需要用 CListView, CListCtrl 的时候直接替换成 ListViewSort, ListCtrlSort, 那么, 你的的 ListCtrl 就自动拥有了排序的功能, 而且排序的效果和 XP 一致哦. 绝对值得一试.

WTL 也可以用!

你可能感兴趣的:(New ListCtrl Sorting Algorithm in XP)