Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, 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!

1
Vote

We are using version 19.2.0.48 of the scheduler control in a xamarin.forms app.  We recently started experiencing an exception that took us a while to determine the cause, and we just like to save the others the hours we've spent solving the problem.

When loading the resources for the control, the app would crash with an exception:

System.ArgumentOutOfRangeException: 'Index and length must refer to a location within the string.

Parameter name: length'

After much debugging we determined that resource names with double spaces are the cause of this. Removing the double spaces from our resources fixes the exception, but we believe that the problem stems from some string manipulation going on in the schedule control when it builds the resource selector header.

Empty