Setting "ShowStartingNode=False" has the effect of flattening my entire directory structure.
It makes my above directory structure look like this:
User UserPage1 UserPage2 Stuff StuffPage1 StuffPage2 More Stuff MoreStuffPage1 MoreStuffPage2
I would like it to look like this: (with the subpages appearing when I hover over the respective directories)
User Stuff More Stuff
Is "ShowStartingNode=false" supposed to remove only the root node and leave the rest of the structure intact?
Thanks.