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