New ListCtrl Sorting Algorithm in XP

来源:互联网 发布:剑三秀太捏脸数据 编辑:程序博客网 时间:2024/05/21 09:55

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 也可以用!

原创粉丝点击