BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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.
Hi,
We are validating the reported query and we will provide the solution or complete details within two business days(March 06, 2023).
Regards,
Karthick Arjunan
Hi,
We were unable to reproduce the reported issue with provided details. We have attached the tested sample for your reference. Could you please provide more details such as complete code snippet or revert us with modify the attached sample in the reproduced state that will be helpful us to provide the solution as soon as possible.
Hi Karthick Arjunan ,
the PopupControlContainer jumps when it is long and It does not follow the parent.
thanks.
Hi,
PopUpControlContainer control will move whenever its size exceeds the boundaries of the window screen. This is the current behavior of PopUpControlContainer. You can set the location for the PopUpControlContainer to follow the parent always with a fixed specific location.
We have prepared a simple sample for your requirement. Please download the sample from the attachment and let us know if you have any other queries.