Currently, SfDataGrid in .NET MAUI provides the VerticalOverScrollMode property to control vertical overscroll behavior. However, there is no equivalent property for horizontal scrolling. This feature is essential for scenarios where developers need to disable or customize horizontal overscroll (bounce) behavior for better UX consistency across platforms.
Use Case:
- Prevent horizontal bounce effect in grids with fixed-width columns.
- Improve user experience in applications requiring strict scroll boundaries.