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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.