What is that treeview doing? Who can help? Problem SOLVED!
We're currently migrating our web applications from the .Net 1.1 framework to .Net 2.0. The whole process runs quite smoothly, untill yesterday that is.
In a few web forms, we've previously used the TreeView which was in the Microsoft Web Components library and it worked fine. But that was 1.1 code and in 2.0 we have a new version of the TreeView control. So we needed to make some changes. That all worked out just fine, but when we run our application we get very strange behaviour from the TreeView component.
When the application starts, a user would see this:

But when the user then clicks on the Minus sign to collapse the tree, the tree moves down a bit. And if you then click the Plus sign to expand the tree node, it stays in position. The TreeView then looks like this:

I save the source for both versions of the HTML and compared it. Both source files are identical! So what's going wrong? Who can help me?
Update
We found the problem. We removed the following from our page: smartNavigation="true"