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