Message 1 of 11
Collapsing "Drawing Ressources" in Drawing BrowserPane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm doing some edits on TitleBlocks with a macro, and the Edit always expands the "Drawingressources" node. But I can't get it collapsed no matter how I try.
I tried going thru all the Browsernodes in the Browserpane and set Expanded=false, which does set the Drawingressources.Expanded to false, but it still remains expanded, even after updating the pane.
I also tried to just set the entire BrowserPane.Topnode.Expanded to False (which would be what I want), but it doesn't work either - no visible effect.
Tried to select the node and run the internal command "AppBrowserCollapseChildrenCmd" and "AppBrowserCollapseAllCmd", no effect.
Does anyone know how to collapse this entire tree?
Thanks.