Click here to Skip to main content
15,868,419 members
Articles / Programming Languages / C#

ContainerListView and TreeListView: Writing VS.NET design-surface compatible controls

Rate me:
Please Sign up or sign in to vote.
4.77/5 (144 votes)
13 Jan 2003CPOL17 min read 829.5K   22.2K   339  
Learn how to properly integrate your custom .NET control into the Visual Studio .NET design environment with TypeConverters and UITypeEditors. The article includes two useful controls, a container ListView, and a complete, feature-loaded TreeListView.

Revisions


  

Compare Revision Minor Date Status Editor
1 - publicly available No 13-Jan-03 18:00 Available Smitha Nishant

License

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


Written By
Architect
United States United States
Jon Rista has been programming since the age of 8 (first Pascal program), and has been a programmer since the age of 10 (first practical program). In the last 21 years, he has learned to love C++, embrace object orientation, and finally enjoy the freedom of C#. He knows over 10 programming languages, and vows that his most important skill in programming is creativity, even more so than logic. Jon works on large-scale enterprise systems design and implementation, and employs Design Patterns, C#, .NET, and SQL Server in his daily doings.

Comments and Discussions