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
close icon

flow layout manager

how can i arrange child controls on a flow layout form.whenever an existing form (with child controls set to particular locations )is converted to flow layout,child controls get relocated.how can i avoid this.

1 Reply

MU Murugan Syncfusion Team May 14, 2007 09:34 PM UTC

Hi Lincy,

This could be easily resolved by using AutoLayout property of the FlowLayoutManager. Setting AutoLayout to false, will resolve the issue.

[Code]
this.flowLayout1.AutoLayout = false;

[Sample]
http://websamples.syncfusion.com/samples/Tools.Windows/F60836/Main.htm

Please refer to this and let me know if it helps you.

Thank you for your interest in Syncfusion products.

Regards,
Murugan P.S

Loader.
Live Chat Icon For mobile
Up arrow icon