Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

ChallengeHistoryPage.xaml event expected #4

Closed
senzacionale opened this issue Jan 7, 2016 · 1 comment
Closed

ChallengeHistoryPage.xaml event expected #4

senzacionale opened this issue Jan 7, 2016 · 1 comment

Comments

@senzacionale
Copy link

In visual studio with Resharper I get this errors all the time:

<ListView x:Name="list" CachingStrategy="RecycleElement" ItemsSource="{Binding Challenges}" BackgroundColor="White" RowHeight="86" SeparatorColor="{StaticResource grayPrimary}"

CachingStrategy give an error that "event" is expected

Is this ok?

@rob-derosa
Copy link
Contributor

CachingStrategy is not a typical property - it's parsed at runtime or by XAMLC and treated as a ctor arg. You can probably disregard what Resharper is telling you

https://developer.xamarin.com/guides/xamarin-forms/user-interface/listview/performance/#Setting_the_Caching_Strategy

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

2 participants