Kbase P43572: How to collapse/expand all the branches of a TreeView?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2008 |
|
Status: Unverified
GOAL:
How to expand all the branches of a TreeView?
GOAL:
How to collapse a TreeView?
GOAL:
Microsoft TreeView
FIX:
In order to expand or collapse the whole TreeView set the EXPANDED attribute of the tree root node:
HTreeroot:expanded = YES. /* Expands All */
HTreeroot:expanded = NO. /* Collapse All */