ToolTip and HelpText in TreeViewAdv close PopupControlContainer

Hi, I have a PopupControlContainer that hosts a TreeViewAdv. Everything works fine until a node is only partitally visible and the ToolTip is shown. The ToolTip get the focus and the PopupControlContainer closes. Any way to prevent this behaviour? I could live with complete disabled ToolTips (better than non working popup). Regards, Carsten

2 Replies

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.

Loader.
Up arrow icon