Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
On Windows Platform.
On the Inherited RTL FlowDirection of SfSegmentedControl:
The VisualStates "PointerOver" and "Pressed" work in reverse,
Meaning if you point to the segment on the left, it'll give the PointOver to the far-right segment, not the one you're pointing at, and vice versa.
"Pressed" do the same mess.
Setting FlowDirection to "LeftToRight" of the control who's on a Page with it's FlowDirection is "RightToLeft" won't do any change.
Note: Version 25.1.41 was working just fine on Windows and Android, IDK about IOS.