Webtree in a listbar group.
If the tree is large, i get two vertical scroll bars (one for the tree , one for the Listbar group)
Anyway to turn this off of either?(both if possible)
and if able to turn off both is it possible to have the Group dynamically be the size of the tree? (Tree is populated at runtime).
Actually that didn't completley fix my issue, is there any way to take the scrollbars out of the WEBLISTBAR, so that the scrollbar that is there is only the webtree.
when i turn off the scrollbars for the webtree it the WEBLISTBAR scroll bar does not allow me to see the complete tree (from side to side)
Try setting the width and height of the WebTree inside your WebListBar to 100%. I believe it should then fill the space it has available in the WebListBar group, which means that it'll show its own scrollbars and prevent the WebListBar from needing to show its own.