[Sv] - Titlebar Resize problem?

Hi, 
There is something behind the minimizebox, when I resize the form it will also drag along, how can I avoid this?
Thanks you!
before drag:
after drag:


5 Replies

VS Vijayarasan Sivanandham Syncfusion Team May 8, 2020 05:47 PM UTC

Hi Khanh Dang,

Thank you for contacting Syncfusion support.

Currently, we are analyzing your requirement of “TitleBar Resize Problem”. We will validate and update you the details on May 12, 2020.
 
 
We appreciate your patience until then. 
 
Regards, 
Vijayarasan S




VS Vijayarasan Sivanandham Syncfusion Team May 13, 2020 06:58 PM UTC

Hi Khanh Dang, 
Sorry for the inconvenience caused. 
We are currently working on this and we need two more business days to validate this. We will update you with further details on May 15, 2020. 
We appreciate your patience until then.  
Regards, 
Vijayarasan S 



VS Vijayarasan Sivanandham Syncfusion Team May 15, 2020 04:09 PM UTC

Hi Khanh Dang, 
Thank you for your patience.

We suspect that your loaded titlebarcontrol in flowlayout panel, and the behavior of the flowlayoutpanel is to arrange the controls corresponding to the client size. So while the form is resized flowlayoutpanel size will be decreased and the arrangement of control will be made vertically or horizontally. Thus, the control which is loaded in the title bar will be aligned vertically while form is resized, thus it disappears from title. Here we can use Panel instead of the flowlayoutpanel. Please refer the below code snippet, 
panel = new Panel();            
panel.Size = new System.Drawing.Size(1061, 24); 
 

Regards,
Vijayarasan S
 



TG The GridLock May 16, 2020 05:43 AM UTC

Hi Vijayarasan,
I'll review it when possible.


VS Vijayarasan Sivanandham Syncfusion Team May 18, 2020 01:16 PM UTC

Hi Khanh Dang,

Thanks for the update.
 
 
We will wait to hear from you. 
 
Regards, 
Vijayarasan S 


Loader.
Up arrow icon