Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Refresh list not updating Color #7

Open
djordjedjukic opened this issue Dec 27, 2016 · 4 comments
Open

Refresh list not updating Color #7

djordjedjukic opened this issue Dec 27, 2016 · 4 comments

Comments

@djordjedjukic
Copy link

I have list with items and in every item I have circle shape with image content:
<StackLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Grid.Row="0" Grid.Column="1" Grid.RowSpan="2" BackgroundColor="White" Orientation="Vertical"> <xfShapeView:ShapeView x:Name="StepOneNumber" ShapeType="Circle" HeightRequest="48" WidthRequest="48" Color="{Binding IconBackgroundColorCode}" VerticalOptions="CenterAndExpand" HorizontalOptions="StartAndExpand" Margin="5, 0, 0, 0"> <xfShapeView:ShapeView.Content> <Image Source="{Binding IconUrl}" VerticalOptions="CenterAndExpand" HorizontalOptions="CenterAndExpand" WidthRequest="32" HeightRequest="32" /> </xfShapeView:ShapeView.Content> </xfShapeView:ShapeView> </StackLayout>

When I change image on server and pull list to refresh it's ok, images are updated, but if I change color on server, color in circle around image doesn't update. Also if I pull list to refresh several times in short period, colors get mess up some times.

@maciz84
Copy link

maciz84 commented Jun 2, 2017

I have the same problem. Any news on this?

@maciz84
Copy link

maciz84 commented Jul 26, 2017

Any help on this issue?

@KaboomPT
Copy link

I just wanted to state that I have the same problem too. Did someone ever managed to get a solution? Thanks.

@abrari
Copy link

abrari commented Apr 3, 2018

Hi, in my case, having CachingStrategy="RecycleElement" on the ListView fixed the problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants