[quote="EvgenyT"]Actually, the problem is that Splitter renders DIV elements with display:none.
So that is the reason why FlyTreeView generates the error.
Now, I'm thinking what we can do to workaround the issue.
Hm, never actually thought of that. That's probably why the flytreeview works nicely with all other controls.
I've been trying different solutions for this the past 2 days and can't find a workaround at all. But then again, I don't have the source code to the tree either so I'm mainly guessing around.
Maybe you could find a way for the tree to work even if the divs are
display:none. Like some exception in the code. Or maybe it's not that simple since the tree itself uses a lot of CSS to work.
Hm, I'm puzzled at this. If you find a way around this, you are my hero of the year, even if you already are with the help you've already provided.