Hey,
Does anyone know if it is possible to turn off the vertical scroll bars when using the CompactRendering option?
What I'm trying to do is have an expandable Tree that when collapsed takes up just one line, but can expand to 5 or 6 nodes if needed. I'm able to get rid of the vertical scroll bar if I specify a height, but that height is for the entire control which leaves blank space that I don't want. The only thing I can come up with at the moment is to put in some sort of resize-tree-height function on the client side when the tree is collapsed?
Thanks
Rob
That is really weird... I am not sure how font-size relates to that. Just a quick suggestion - you can also try playing with the overflow-y CSS attribute - e.g. locate the root HTML element of the treeview and set overflow-y to hidden.
More info on overflow-y can be found here
http://msdn2.microsoft.com/en-us/library/ms530829(VS.85).aspx
On a whim I started messing with the font size, and discovered that the issue seems to be specific to a font size of 8. Why, I don't know - but at least I have a "fix" to my issue for now.