summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.CustomAttributes
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-03-08 11:30:08 +0000
committerGitHub <noreply@github.com>2017-03-08 11:30:08 +0000
commit1ad18e33eb6b6ac02551d14d39f267968d044068 (patch)
tree5e63cca1a054ff2a3224cfeabf25eff1e4faaa5b /Xamarin.Forms.CustomAttributes
parent1b39d02dfa11ac53efb3a8f7668640e03a10194c (diff)
downloadxamarin-forms-1ad18e33eb6b6ac02551d14d39f267968d044068.tar.gz
xamarin-forms-1ad18e33eb6b6ac02551d14d39f267968d044068.tar.bz2
xamarin-forms-1ad18e33eb6b6ac02551d14d39f267968d044068.zip
[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFastScrollEnabled (#797)
* [Android] Enable fast scroll by default * [Android] Cache count for Listview * [Android] Add IsFastScrollEnabled AndroidSpecific and sample * [Android] Use count cache on GetCellsFromPosition * [Android] Fix default for platform specific IsFastScrollEnabled * [Docs]Fix docs * [Android] Don't used cached listCount when getting cell
Diffstat (limited to 'Xamarin.Forms.CustomAttributes')
-rw-r--r--Xamarin.Forms.CustomAttributes/TestAttributes.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xamarin.Forms.CustomAttributes/TestAttributes.cs b/Xamarin.Forms.CustomAttributes/TestAttributes.cs
index bebd78ac..5c2827b0 100644
--- a/Xamarin.Forms.CustomAttributes/TestAttributes.cs
+++ b/Xamarin.Forms.CustomAttributes/TestAttributes.cs
@@ -414,7 +414,8 @@ namespace Xamarin.Forms.CustomAttributes
IsGroupingEnabled,
GroupDisplayBinding,
GroupShortNameBinding,
- ScrollTo
+ ScrollTo,
+ FastScroll
}
public enum TableView