Specify the order of the individual controls within the media component.
Example - control-order
on capture-file
<columns>
<column>
<info>control-order="left-to-right"</info>
<capture-file control-order="center" bind="my_file" label="" downloadable="true" />
</column>
<column>
<info>control-order="right-to-left"</info>
<capture-file align-controls="left" bind="my_file" label="" downloadable="true" />
</column>
</columns>