Completed
Last Updated: 18 Mar 2019 15:51 by ADMIN
Ivailo
Created on: 21 Feb 2019 16:24
Category: ListView
Type: Bug Report
1
ListView [iOS]: Items flickering on each property change when an ItemTemplateSelector is applied
When an ItemTemplateSelector is applied to the ListView, the item must be refreshed on each property change, to give the ItemTemplateSelector a chance to re-evaluate its logic. This causes the item to flicker on iOS, because it appears with its default size initially, and then it gets resized during the measure/layout phase. Specifying a fixed ItemLength in the LayoutDefinition can work around the problem, if dynamic item sizing is not needed.
1 comment
ADMIN
Georgi
Posted on: 18 Mar 2019 15:50
Available in minor release 2019.1.318. It will also be available in the R2 2019 release.