Custom List View Renderer with custom list view adaptor in MAUI
Satya
125
Reputation points
I have created a custom renderer for list view to achieve sticky group header in android and i have installed Xamarin.Android.StickyHeaders package to achieve it in natively. It is working fine in Xamarin Forms, but after migration it is not working in .NET MAUI. I have updated the handler instead of renderer and attached screenshots of code, Please check and help me out on this.
on adaptor getview and getheaderview are not calling while loading the screen in MAUI.
Thanks in advance.
Sign in to answer