Unplanned
Last Updated: 07 Dec 2017 09:57 by ADMIN
ADMIN
Yana
Created on: 07 Dec 2017 09:26
Category: ListView
Type: Bug Report
0
ListView: Not all images inside ListViewTemplateCell with HorizontalOptions/VerticalOptions set are rendered initially
When you have an Image inside the ListViewTemplateCell like this:

<telerikListView:ListViewTemplateCell>
    <telerikListView:ListViewTemplateCell.View>                         
                <Image Source="{Binding ImageSrc}" HorizontalOptions="Center" VerticalOptions="Start" />               
    </telerikListView:ListViewTemplateCell.View>
</telerikListView:ListViewTemplateCell>

in certain cases not all images are initially rendered.  As soon as you click any of the images, all of them are loaded.

As a workaround, avoid setting HorizontalOptions/VerticalOptions properties to the Image.


0 comments