StackPanel with <Each> doesn't stack right

A <StackPanel> with 1 or more <Each> acts in a very unpredictable way, if I have a <Text> above the <Each> or below, it will always appear below the <Each>, but if I have a <Panel> it’ll appear correctly stacked.

How do I get things to stack in the right place?

Hi!

As of 0.10 Each is a Behavior that goes in a different list on the parent Panel than other children. To maintain ordering, you have to wrap each Each in a Panel of some sort.

We are working on improving this, sorry for the temporary inconvenience.