How to Minimize Memory Allocations for New TreeView Control (130697)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q130697 SUMMARY
You can use the new TreeView Common Control to display a hierarchical list
of items. This new control is available for Win32-based applications
running under Windows NT or Windows 95. Applications typically use this
control to display a list of items like directories or files on a given
drive. Each node in a TreeView control allocates about 40 bytes. If the
TreeView control displays a lot of items, applications can easily consume
large amounts of memory, which slows down other applications.
Below are some techniques applications can use to minimize memory
allocations for TreeView controls.
| Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
|---|
| Keywords: | KB130697 |
|---|
|