Right To Left in .NET MAUI TreeMap (SfTreeMap)

SfTreeMap supports changing the flow to the right-to-left direction by setting the FlowDirection to RightToLeft.

<treemap:SfTreeMap FlowDirection="RightToLeft"/>
SfTreeMap treeMap = new SfTreeMap();
treeMap.FlowDirection = RightToLeft;