Reading the online documentation, it says:
'The feature is enabled by default, but can be disabled using UseTabDocs property of TLMDDockManager component'
However, that doesn't disable it at all, the only thing it does is to move the tabs from the top of the zone/panel to the bottom of it, and I need to completely stop all panels in my application from being docked together, as in more than one panel aligned Client in the same zone.
How can I achieve that?
At least, how can I disable the central hotspot, when I detect that the target zone already has a panel in it?
Comments