Hi,
I am using the multi
column treeview and a PopupControlContainer.
I have this code
private void
button2_Click(object
sender, EventArgs e)
{
popupComn.ParentControl = panel10;
popupComn.ShowPopup(Point.Empty);
}
sometimes the popup shows in the wrong place.
thanks.