CTreeCtrl::SortChildren

Call this member function to sort the child items of the given parent item in a tree view control. If hItem is NULL, the entire tree control is sorted.

Syntax

BOOL SortChildren( HTREEITEM hItem );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CTreeCtrl Overview, CTreeCtrl Member Functions, Control Classes, CTreeCtrl::SortChildrenCB