RowSpacing cannot be found from Xamarin.forms migration

There was property called RowSpacing in XF implementation but this is no longer exist. i dont see also anything mentioned in the migration changes here


1 Reply 1 reply marked as answer

AF Anees Fathima Shajahan Syncfusion Team January 16, 2025 02:22 PM UTC

Hi Emil,


In Xamarin.Forms, the SfListView inherits from the Grid class, which exposes the RowSpacing property. However, this property does not affect the spacing between items in the SfListView. To effectively manage the spacing between ListView items, use the ItemSpacing property in .NET MAUI by setting an appropriate bottom value.

<syncfusion:SfListView  ItemSpacing="0,0,0,10">


Regards,

Anees Fathima


Marked as answer
Loader.
Up arrow icon