Right To Left in .NET MAUI TreeMap (SfTreeMap)
18 Nov 20181 minute to read
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;