We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Resize PopUpControlContainer

Hi,

Is it possible to setup a PopUpControlContainer to allow the user to resize the control by click and drag (like a form control)?

Regards,
Brian

1 Reply

AD Administrator Syncfusion Team January 17, 2007 03:02 PM UTC

Hi Brian,

It is possible to resize the popupControlContainer control by click and drag during run time.

void popupControlContainer1_BeforePopup(object sender, System.ComponentModel.CancelEventArgs e)
{
this.popupControlContainer1.PopupHost.FormBorderStyle = FormBorderStyle.Sizable;
}

Please have a look at the sample attached and let me know if you need any further assistance.

Thanks for your interest in Syncfusion products.

Regards,
Golda


resizepopcontrol.zip

Loader.
Live Chat Icon For mobile
Up arrow icon