AD
Administrator
Syncfusion Team
February 7, 2005 07:29 PM UTC
I traced the AHTabControl.cs file, OnMouseMove Handler. I find out that
if((mainForm != null) && (IsFocused(mainForm))
{
showAutoHideControl = true;
}
is never excuted in my application. My application''s top most control is not a native .NET control. I embedded the all my syncfusion controls inside a usercontrol and than embedded the user control into an ActiveX control, etc...
So, I am wondering if there is any workaround to this issue.
When I comment out the above code and make showAutoHideControl always true, than the slidding window is visible when I place the mouse over the label.