Help on treeview handling requested
- Posted by Thomas K. <thomas.kunstmann at gmx.net> Nov 18, 2006
- 533 views
Say, I have a list of children in a Treeview and I want to move one of them 1 position upward/downward. How can I do it? Do I have to delete that child first to insert it at his new position, or is there some way of manipulating the TV_ITEM STRUCT? And how about moving a parent containing several children up/down? Help is very much appreciated! Thank you. PS: I studied already all TV examples in archive. I found nothing (workin).