I have a tabstrip with 5 tabs, of which the first tab is initially selected.
I have placed a view container in the other 4 tabs, and in each view I have embedded a window from another WD component.
This works fine, but I recognized that all tabs are loaded initially already, so that the methods WDDOINIT and WDDOMODIFYVIEW etc. of the embedded views are already called even though they are not displayed.
Is there anything I can do to avoid this?
The tab's content shall only be loaded at the time the user selects the tab.
Best regards,
Daniel