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.
Up arrow icon