Languages

Menu
Sites
Language
Scrolling performance with CircleListView

Hello, i have an issue with CircularUI's CircleListView: scrolling the list is really clunky, and it gets worse the more item I add. I noticed that the Xamarin form's ListView attribute "CachingStrategy" is not available here, is there some other way i could employ to improve my performances?

Thank you very much

Responses

1 Replies
Tizen .NET

Thanks you for your issue reporting.

'CachingStrategy' is not supported in CircularUI.CircleListView and Xamarin.Forms.ListView in Tizen.

If you set 'HasUnevenRows' property to true, it will take more time than false set. please check this value.

And If you use more complex custom cell . it will affect performance poor.