You havent given of the problem you are facing... so its not possible to
directly address your concern.
As regarding Autosize , it behaves weird at times .... so you should set it
to true sparingly , based on your work .
FlowPanel - reflow after .. I think this can be done with FlowBreak property .

Signature
Sujay Ghosh
Bangalore, INDIA
> Hello,
>
[quoted text clipped - 6 lines]
>
> Dave
Dave Farquharson - 11 Mar 2008 19:32 GMT
Hello,
I started using flow breaks to force layouts to "line feed" but this doesn't
help the auto-reflow problem upon resize.
I think the problem I have is based on the complexity of the hierarchy of
containers. A series of layout panels inside a table panel which is inside a
layout which is in one cell of the master table in the form. Given that I
have not found it possible to have the controls in the inner layout panels
reflow when the form is resized. I am snipping some of that complexity now
that I am using Flow Break though so hopefully that will fix the problem (I
have gotten test apps working as I want with just a flow panel inside one
cell of a table, and I did not yet know about flow breaks when I started on
this little project).
Thanks for the response. We'll see how it goes.
-Dave
> You havent given of the problem you are facing... so its not possible to
> directly address your concern.
> As regarding Autosize , it behaves weird at times .... so you should set
> it
[quoted text clipped - 15 lines]
>>
>> Dave