
Hello,
I am using TabbedMdiHost and have set a custom behavior for the ItemsPanel template by using an AdvancedTabPanel. This allows me to add a new tab and display the dropped item when an item is dropped in the AdvancedTabPanel area.
However, when multiple tab groups are present, the new tab is added to the currently active tab group instead of the tab group where the item was dropped. This is causing an issue for my implementation.
I would like to know if the following functionalities are available:
- Can we identify the tab group where the AdvancedTabPanel, where the item was dropped, is located?
- Can we specify a tab group in TabbedMdiHost to add a new tab to?
Thank you in advance for your assistance.