资源说明:XListCtrl国外写的很强大的ListCtrl扩展,支持很多风格,VC做界面时非常有用。
Introduction
The use of list controls is becoming very common now, and is used by many apps with the need for some sort of list display. I have used list controls in many projects, and naturally have developed my own classes to display different colors, fonts, and progress bars in list control.
Recently I needed a list control with a checkbox like Hotmail. With a list like Hotmail you have checkbox in column header, and checkboxes in each subitem in that column. To set a check in every subitem, you check the checkbox in the column header. Similarly, if you uncheck one of the subitems, then the checkbox in the column header also gets unchecked.
What's New in 1.4
•Subitem editing - thanks to Oleg Matcovsky for providing code that I based this implementation on.
•New combo box implementation - thanks to Mathias Tunared's excellent AdvComboBox.
•Skip disabled items - fixed this bug, that allowed disabled item to be selected.
•Set header alignment, text color, and divider lines.
•Set cell padding.
•Reduced flickering.
•Header checkboxes do not require resource bitmap - the file checkboxes.bmp, is still included in download, but it is no longer really necessary.
•Enable ellipsis for text display.
•Get modified flag for subitems.
•More demo build configurations - 1.4 includes both DLL and static link build configurations, with 3 types of demo apps � dialogs, MDI, and property sheet � and 12 versions of the XListCtrl libraries, including both Unicode and ANSI.
•DLL and static library versions - beginning with this version, all XListCtrl code has been organized as libraries that you link with. Table below shows library versions available.
•Many bug fixes!
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。