VS
Vijayanand S
Syncfusion Team
February 15, 2006 02:09 PM UTC
HI Erwin,
Thanks for using Syncfusion Products.
I was able to understand your requirement and there was a bug in VS2005 drag provider style. So that you are not able to achieve your expected behavior using DockAllow event.
Have you used following code to disallow docking in the floated control in DockAllow Event?
if(this.dockingManager1.GetFloatOnly(arg.TargetControl))
{
arg.Cancel=true;
}
If it yes,it has been fixed internally and patch will available in few days. If you are interested in recieving patch, please create a direct trac incident regarding this issue and mention this forum link also.
Thanks,
Vijay