How do I remove the flytreeview scrollbars?
I have a left column navigation and I can't seem to remove the scrollbars from it.  How do I remove it?
I've set up my treeview without specifying the height and width.  The parent container of the treeview implements it's own scrolling so I don't want the treeview's scrollbars to show, but they still do.  Is there a CSS style that I can apply to the treeview or something of the sort that will turn them off?  If I view the source, I can see on the tree's div that there is a style="overflow:auto" attribute which is causing the problem. How can I stop the Treeview from adding this attribute at runtime? and the issue has happend only by IE8 and IE+ browser. other browser, such as Firefox anf chrome and so on is ok.thanks!