Hi,
I have a lot of ToolWindows with large content. Most of them are set to auto-hide. The initialization of the main window takes a lot of time because all the content is loaded at startup.
I have implemented a solution that the content of the ToolWindows is only created when it is going to be visible. That works fine for all states of toolwindows but no for the auto-hide ones. It seems that the set of the content property forces no refresh of the ToolWindow. It opens with no content. If I set to float or dock it works. Thre content is shown correctly.
Is there a way to force the update of the content for auto-hide toolwindows?
Thanks,
Martin