I’m getting this problem too, but only when adding items in code. For example,
thetreeview.showplusminus = true
dim pop as new treeview.node(“Test”)
pop.items.add(new treeview.node(“Child test”))
call thetreeview.items.add(pop)
This will add a new node to the tree but not display the plus and minus boxes. I can see the lines though!
Nick.
Imported from legacy forums. Posted by firkinfedup (had 221 views)