Hi Vipol,
Thank you for clarifying the desired result! Unfortunately, the observed behavior is a result from a restriction the Android API 21 (the one currently supported by Xamarin Forms) and we expect Google to address it in Android API 23.0.1. Once Xamarin Forms officially support this version the desired behavior will become default one when nesting listview in Stack/Scrollable container.
What I can suggest is a workaround (I am assuming you are using Linear/Stack layout). I have prepared sample project demonstrating how to overcome this restriction with custom listview renderer and custom LayoutManager in Andorid. Also, note that this solution will not be able to compile with our current version as it requires additional extension points. We will add the additional API in our next release scheduled for the next week.
Regards,
Tsvyatko
Telerik
Thank you for clarifying the desired result! Unfortunately, the observed behavior is a result from a restriction the Android API 21 (the one currently supported by Xamarin Forms) and we expect Google to address it in Android API 23.0.1. Once Xamarin Forms officially support this version the desired behavior will become default one when nesting listview in Stack/Scrollable container.
What I can suggest is a workaround (I am assuming you are using Linear/Stack layout). I have prepared sample project demonstrating how to overcome this restriction with custom listview renderer and custom LayoutManager in Andorid. Also, note that this solution will not be able to compile with our current version as it requires additional extension points. We will add the additional API in our next release scheduled for the next week.
Regards,
Tsvyatko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items