This question is locked. New answers and comments are not allowed.
Is it possible to put a tree view control inside of a tab?
I've tried putting it in the tab template and also using LoadContentFrom and rendering the tree in a partial view. When I do, it ends up rendering each of the top level items in the tree also as tabs-with-tabs. I've attached a picture of the problem. (The mail and contacts are tree items taken from the tree demo page)
I know that my tree code works (not only because I copied it from the examples), because if I put it other places in the page, it works. It is almost like some kind of style is being applied at the tab level that is filtering down to the trees within.
I've tried putting it in the tab template and also using LoadContentFrom and rendering the tree in a partial view. When I do, it ends up rendering each of the top level items in the tree also as tabs-with-tabs. I've attached a picture of the problem. (The mail and contacts are tree items taken from the tree demo page)
I know that my tree code works (not only because I copied it from the examples), because if I put it other places in the page, it works. It is almost like some kind of style is being applied at the tab level that is filtering down to the trees within.