Skip to Content
0
Former Member
Nov 24, 2006 at 06:36 PM

Issue with FlowLayout

25 Views

Hello Everyone.

This is more an annoyance than a problem. According to the documentation, FlowLayout disposes things sequentially from left to right. However it never does that for me. For example, suppose I set FlowLayout as the layout for my RootContainer and I have two transparent containers inside that one, each of them containing its own layout and several UI elements. The result I get from this is that the two transparent containers are always disposed like a column (the first on top of the other). Does anyone know why I'm getting this behavior? I always end up using MatrixLayout instead of Flow and that works fine, but it bugs me that FlowLayout does not work as specified in the documentation.

Any Ideas?

Francisco.