Hi, Is there another way of defining the layout on a Spark control? It seems we have to do this...
<s:Panel title = "Range Search">
<s:layout>
<s:VerticalLayout/>
</s:layout>
</s:Panel>
Is there a nicer way?... Something like... layout = "{new VerticalLayout()}"
Thanks,
Nick

