AD
Administrator
Syncfusion Team
April 28, 2005 04:01 PM UTC
Hi Carsten,
Please try setting the PopupControlContainer as the parent for the TooltipControl in its BeforePopup event handler as follows:
this.popupControlContainer1.CurrentPopupChild = this.treeViewAdv1.ToolTipControl;
this.treeViewAdv1.ToolTipControl.PopupParent = this.popupControlContainer1;
Regards,
Gregory Austin
Syncfusion Inc.
MA
mike aerni
June 28, 2005 04:16 PM UTC
i''m having same problem. fix works only when tooltip is shown for the first partially hidden node. when mouse over any node after, popupcontrolcontainer disappears.