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!

0
Votes

When adding items into a collection bound to SFDataGrid that requires the grid to resize based on the 

ColumnSizer="Auto", the grid does not actually resize correctly.  I have attached an example.  To verify run the sample and press the buttons across the top to add items.  Add the first item, and the grid cuts off  the last column. Add the second item and the grid stays the same size with the data in the last column cut off.  Add the third item and the even more of the last column is cut off.  


I am test in a UWP project.