RTL for tree Layout

I have two different groups with tree layout. Is this possible to make entire tree view inside group as like image (RTL Layout)?

It should be possible, but you would have to change several things:

  • The layout would need to change its angle to 180, probably.
  • The node template would need to change (horizontally, everything is in the reverse order)
  • Any Customizations to the layout may also need to be updated

There may be other considerations.