Tree List Control

The accompanying code is an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible to the tree control of the common controls. It allows the user to set colors, text, and icons for each item separately. An MFC class for the view is also implemented.

Features

  • The window messages are compatible with the tree control of the common controls.
  • Alternating colors are provided for each line.
  • The color, style, and icon could be set for each item separately.
  • An MFC class is also implemented (CTreeCtrl is the base class).
  • An index access is implemented so that you can get the item of a line.

The main source code is in the TreeListWnd.cpp file. The MFC class is in the TreeListCtrl.cpp file.

This demo was written by Anton Zechner.

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read