I am using the datawindow tree in powerbuilder. This is a mixture of wood and table.
My problem: the tree does not noticeably distinguish between expandable and non-expandable nodes. If the node does not expand, the icon in front of the node is still a plus sign, and if I click on the plus sign, the tree will show an empty node below the current node.
How to get standard behavior (node ββdoes not expand, + or minus sign in front of node)? Do I need to change the data set or is it a tree property that I can set?
An alternative would be to use your own tree view, but this is less elegant than the tree data window in other ways.
source
share