summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2017-06-06 11:05:24 -0500
committerGitHub <noreply@github.com>2017-06-06 11:05:24 -0500
commit0d3611ccce5db468bf0a6bbccd5ad4e96884bce0 (patch)
treecefc5d493a58bbc2eb7b93b4c52b9b62f8c45549 /docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
parentf9c1989d0102866b6737a5924991490683d5f08b (diff)
downloadxamarin-forms-0d3611ccce5db468bf0a6bbccd5ad4e96884bce0.tar.gz
xamarin-forms-0d3611ccce5db468bf0a6bbccd5ad4e96884bce0.tar.bz2
xamarin-forms-0d3611ccce5db468bf0a6bbccd5ad4e96884bce0.zip
Bashing doc bugs. (#966)
* Bashing doc bugs. * Typo fix "developers" => "developers" * update docs
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
index eecb3591..11b24346 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
@@ -237,7 +237,7 @@ class ListViewDemoPage : ContentPage
<remarks>
<para>For memory and performance reasons, application developers should strongly prefer <see cref="F:Xamarin.Forms.ListViewCachingStrategy.RecycleElement" />, when possible. See <see cref="T:Xamarin.Forms.ListViewCachingStrategy" /> for more details.</para>
<para>
- <block type="note">When devolopers specify <see cref="F:Xamarin.Forms.ListViewCachingStrategy.RecycleElement" />, <c>OnElementChanged</c> events are not raised when cells are recycled. Instead, the cell is retained and its property values change when the binding context is updated to that of an available cell, <c>OnElementPropertyChanged</c> events are raised. Application developers should remember to listen for the correct events, and should note that their renderers will need to be updated if the default behavior changes to <see cref="F:Xamarin.Forms.ListViewCachingStrategy.RecycleElement" /> in a future release. </block>
+ <block type="note">When developers specify <see cref="F:Xamarin.Forms.ListViewCachingStrategy.RecycleElement" />, <c>OnElementChanged</c> events are not raised when cells are recycled. Instead, the cell is retained and its property values change when the binding context is updated to that of an available cell, <c>OnElementPropertyChanged</c> events are raised. Application developers should remember to listen for the correct events, and should note that their renderers will need to be updated if the default behavior changes to <see cref="F:Xamarin.Forms.ListViewCachingStrategy.RecycleElement" /> in a future release. </block>
</para>
</remarks>
</Docs>