UI Button arrange landscape and portrait

Hi
attached image show a scene in landscape and portrait
with All new high tech UI is any way to arrange those button ?
-thanks

@Robex , short answer, not possible - with out of the box UI components, but very much doable with scripting.

You can detect device or screen orientation then swap the layout based on that.

It could be two different object hierarchies you show/hide.

Or create some clever system to move and resize you parent elements, you could get away doing too much placement code by just using grid layouts for example.