This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
ListView is adding large gap of empty space in the view when new items are added dynamically using an observable input #1538
Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.
Please, provide the details below:
Tell us about the problem
I have a RadListView being populated by an observable. When I add additional items to the observable, the list view updates with the additional items by I see an additional large added between the new items and the old items in the list. This gap disappears when you start scrolling the list. I've tried dynamically running the refresh function on the list view element when the observable updates but it didn't fix the issue
Which platform(s) does your issue occur on?
iOS version 14.5
Please provide the following version numbers that your issue occurs with:
Please, provide the details below:
Tell us about the problem
I have a RadListView being populated by an observable. When I add additional items to the observable, the list view updates with the additional items by I see an additional large added between the new items and the old items in the list. This gap disappears when you start scrolling the list. I've tried dynamically running the refresh function on the list view element when the observable updates but it didn't fix the issue
Which platform(s) does your issue occur on?
iOS version 14.5
Please provide the following version numbers that your issue occurs with:
tns --version
to fetch it): 7.0.11package.json
): "@nativescript/android": "7.0.0", "@nativescript/ios": "6.5.4","tns-android"
and"tns-ios"
properties in thepackage.json
) N/APlease tell us how to recreate the issue in as much detail as possible.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
(You can paste entire code snippets, link to playground demo or attach a runnable project)