Tree View Controls - Windows API Reference

Tree View Controls

The TreeView control is a container control that allows you to display and manage hierarchical data. You can display data in a tree structure, and users can expand and collapse branches to navigate the data. The TreeView control is often used to display file system structures, organizational charts, and other hierarchical data.

TreeView Class

The TreeView class represents a TreeView control. It provides properties and methods for creating, configuring, and controlling the TreeView control.

class TreeView : public CWnd

Properties

  • m_pRoot : CTreeCtrl* - A pointer to the root CTreeCtrl object in the TreeView control.