The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I have several forms in a TabbedMDIManager.
When I drag items from one form (tab1), I'd like to drop it in a second form (tab2) within the same tab group.
To do this when the item is dragged and the mouse is moving on the tab2, this tab should be automatically selected (like in VS.NET), then I could drop it on the second form.
How can I do this?
Should I override MouseMove or MouseHover of TabControlExt? But I don't have access to it whit TabbedMDIManager.
Thanks,
Sebastien
ADAdministrator Syncfusion Team June 25, 2002 06:32 PM UTC
Hi,
Yes, you have to provide a subclassed version of the tabcontrol for use by the tabbed mdi manager.
This KB article tells you how to customize the tabcontrol:
http://www.syncfusion.com/KB/Tools/Tools_c30c.asp#q531q
However, I think, by default we could make the tabs respond to dragover automatically (just like VS.Net). Should be very simple for us to include this functionality.
I will make this a feature request for our next revision.
-Praveen Ramesh
> Hi,
>
> I have several forms in a TabbedMDIManager.
> When I drag items from one form (tab1), I'd like to drop it in a second form (tab2) within the same tab group.
> To do this when the item is dragged and the mouse is moving on the tab2, this tab should be automatically selected (like in VS.NET), then I could drop it on the second form.
>
> How can I do this?
> Should I override MouseMove or MouseHover of TabControlExt? But I don't have access to it whit TabbedMDIManager.
>
> Thanks,
> Sebastien