This is a TreeListView, running in virtual mode. the data is never stored within the control.
Latest Tree View Articles
Use ASP.NET 2.0's TreeView to Display Hierarchical Data
Thanks to ASP.NET 2.0's built-in TreeView control, you can give your Web site a professional-looking navigation system that displays hierarchical data—without having to write lots of code and script.
Bypassing the TreeView.ItemHeight Limitation
Learn to get around the limitation for the maximum value of the .NET TreeView's ItemHeight property.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Programming with Code::Blocks
Discover Code::Blocks, an open source IDE for C/C++.

Working with Parallel LINQ
LINQ has a trick up its sleeve from .NET 4 onwards for dealing with large amounts of data and multiple CPUs. Learn to leverage LINQ.

Building a Multi-Channel Mobile App with DevExtreme
Create a multi-channel application with DevExtreme and Visual Studio.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.