This is a migrated thread and some comments may be shown as answers.

RadListView scroll issue

5 Answers 338 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Dhanushka
Top achievements
Rank 1
Dhanushka asked on 27 Aug 2018, 05:47 AM

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

Sort by
0
Yana
Telerik team
answered on 30 Aug 2018, 06:29 AM
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
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
Yana
Telerik team
answered on 10 May 2019, 07:33 AM
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
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
Didi
Telerik team
answered on 24 Jul 2019, 08:26 AM
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
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
Tags
ListView
Asked by
Dhanushka
Top achievements
Rank 1
Answers by
Yana
Telerik team
IanV
Top achievements
Rank 1
Veteran
Didi
Telerik team
Share this question
or