Click here to Skip to main content
15,886,518 members
Articles / Desktop Programming / WTL

WTL Virtual Listview Control

Rate me:
Please Sign up or sign in to vote.
4.75/5 (24 votes)
28 Jun 2011CPOL3 min read 53.2K   4.2K   45  
A data-bound extension of the Windows listview control for WTL.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VirtualListDialog", "DialogSample\VirtualListDialog.vcproj", "{B5B2ADE1-10C9-4617-930A-F5335D86B840}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VirtualListView", "ViewSample\VirtualListView.vcproj", "{60CF5EFF-FE3C-4061-BBA8-A4EE8652DA35}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B5B2ADE1-10C9-4617-930A-F5335D86B840}.Debug|Win32.ActiveCfg = Debug|Win32
		{B5B2ADE1-10C9-4617-930A-F5335D86B840}.Debug|Win32.Build.0 = Debug|Win32
		{B5B2ADE1-10C9-4617-930A-F5335D86B840}.Release|Win32.ActiveCfg = Release|Win32
		{B5B2ADE1-10C9-4617-930A-F5335D86B840}.Release|Win32.Build.0 = Release|Win32
		{60CF5EFF-FE3C-4061-BBA8-A4EE8652DA35}.Debug|Win32.ActiveCfg = Debug|Win32
		{60CF5EFF-FE3C-4061-BBA8-A4EE8652DA35}.Debug|Win32.Build.0 = Debug|Win32
		{60CF5EFF-FE3C-4061-BBA8-A4EE8652DA35}.Release|Win32.ActiveCfg = Release|Win32
		{60CF5EFF-FE3C-4061-BBA8-A4EE8652DA35}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Choycer
United States United States
Ed has over 40 years experience in computer technology and a bachelor's degree in Business Administration. He's currently a marketing technology consultant. During his career, he's led software development departments and created software still in use in the communications and healthcare industries. Ed is a veteran of the United States Army. He lives in Arizona in the United States.

Find Ed on Linkedin.

This material is copyright 2019 by Ed Gadziemski. Unauthorized use is strictly prohibited. All rights reserved.

Comments and Discussions