I'm using RadListView to display a list of messages and I need the scrolling functionality. So have used the below code and its working fine in Android but not in IOS. In IOS it scrolls and stops before comes to the last item. Usually stop in the middle. Am I missing something? Thank you in advance
var lastItem = items.OrderByDescending(x => x.Time).FirstOrDefault();
if (lastItem != null)
{
ChatList.ScrollItemIntoView(lastItem);
}
5 Answers, 1 is accepted
0
Hello Dhanushka,
We've been reported a similar issue with ScrollIntoView method when RadListView has an ItemTemplate defined on iOS, you could take a look at the bug report here:
https://feedback.telerik.com/Project/168/Feedback/Details/255856-listview-ios-scrollitemintoview-scrolls-to-incorrect-item-when-itemtemplate-is
If it is not the same case, I'd ask you to send us more details on the exact scenario, so we to be able to research it further.
Regards,
Yana
Progress Telerik
We've been reported a similar issue with ScrollIntoView method when RadListView has an ItemTemplate defined on iOS, you could take a look at the bug report here:
https://feedback.telerik.com/Project/168/Feedback/Details/255856-listview-ios-scrollitemintoview-scrolls-to-incorrect-item-when-itemtemplate-is
If it is not the same case, I'd ask you to send us more details on the exact scenario, so we to be able to research it further.
Regards,
Yana
Progress 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
0

IanV
Top achievements
Rank 1
Veteran
answered on 09 May 2019, 03:54 PM
Still a problem as of May 2019
0
Hello Ian,
Indeed, this issue is still not resolved. I understand it causes difficulties with the ListView usage on iOS platform and I've just raised the priority of the item. We're reviewing the logged issues on regular basis and plan them according to their priority.
Please, continue following this item, so we can notify you about updates on it.
Regards,
Yana
Progress Telerik
Indeed, this issue is still not resolved. I understand it causes difficulties with the ListView usage on iOS platform and I've just raised the priority of the item. We're reviewing the logged issues on regular basis and plan them according to their priority.
Please, continue following this item, so we can notify you about updates on it.
Regards,
Yana
Progress 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
0

IanV
Top achievements
Rank 1
Veteran
answered on 23 Jul 2019, 09:45 PM
Any idea when it will get looked at?
0
Hi Ian,
The Feedback Item's status will be changed to "In Development" when the dev team is working on it. If you follow the feedback item you will receive an email notification about this change.
Regards,
Didi
Progress Telerik
The Feedback Item's status will be changed to "In Development" when the dev team is working on it. If you follow the feedback item you will receive an email notification about this change.
Regards,
Didi
Progress 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