I have just upgraded version with 41 at the end, it it breaks my menu having sflistview as below. yellow hightlighted is header. this fits perfect in the previous version but latest version is too large. my header has simply and this white line in the header is the last row, i dont understand why is extending after the last row.
_listView = new Syncfusion.ListView.XForms.SfListView()
{
VerticalOptions = LayoutOptions.StartAndExpand,
ItemSpacing = Xamarin.Forms.Device.Idiom == TargetIdiom.Phone ? new Thickness(5, 2) : new Thickness(5, 5),
IsScrollBarVisible = true,
AutoFitMode = Syncfusion.ListView.XForms.AutoFitMode.Height,
SelectionBackgroundColor = Color.FromHex(Settings.PreferredColor),
ItemsSource = pageIcons,
ItemTemplate = cell,
GroupHeaderTemplate = new DataTemplate(typeof(MasterPageListView)),
HeaderTemplate = new DataTemplate(typeof(MasterPageHeader)),
};
Header
This is not the case for UWP, only Android.... not sure about IOS..
Btw, your forum is terrible. I spent 10 mins to paste a code here and ever ytime it disappear. Ok, I cant paste the xaml code here. it makes no fun anymore. you really have to invest some time on your forum to improve the quality.
see I paste below and it dissapears when I save it.
