|
-
May 2nd, 1999, 10:46 PM
#1
-
May 4th, 1999, 09:42 AM
#2
Re: Treeview node in VC++
Use the insert method that accepts a TVINSERTSTRUCT. Then in the TVITEM of this struct add TVIF_CHILDREN to the mask, and for the cChildren member specify 1. (Or you can specify I_CHILDRENCALLBACK and in the OnDispInfo, when requested for the number or children return a non-zero number).
Hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|