Overcome Window Flicker While Dragging
Overcomes owner window flicker when implementing dragging functionility.
Overcomes owner window flicker when implementing dragging functionility.
Discover an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible with the tree control of the common control.
Learn about an advanced control based on a standard tree view control. This control supports multiple selection mode and some visual enhancement compared to the original control.
Create check boxes in tree controls that show partial selections.
A multi-column tree view that is only 12 Kb long. It works excellently if you don't need all those colors, fonts, sorting, and whatever.
Code a tree view (tree control) under the Win32 API without MFC.
This project was written to provide you with a Tree List to put on any CView. It supports images, checkboxes, and all the functionality of both CTree and CList Controls.
There is some confusion in the MFC world regarding CTreeView and tooltips. Learn how to display an item label or other item-related Information in a ToolTip for CTreeView.
MFC Tree controls can be put in resizable dialog boxes. However, ToolTips don't show up for items that are not fully visible when the dialog is shrunk and only a part of the Tree control is displayed. This article shows you how to create a tree control that shows ToolTips of all its items, no matter what.
How to display a custom tool tip for each item in a tree view that is of any kind of data and not only the tree item text.
Derived classes from CTreeCtrl and CListCtrl with dropdown list of choices for items text (combo box)
Very popular file/folder treeview that can be used on either a dialog or a view
Implementing Checkbox Controls with a TreeView
Great article (with skeleton code) that shows how to dynamically load a tree control
Traversing an Entire Tree View's Hierarchy
Creating Drag Image for a CTreeCtrl without images
Keeping the indentation level with Drag '& Drop
Finding an item (matching any member of TV_ITEM)