summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ItemsViewSimple.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-04-26Carousel clean (#135)Jason Smith1-356/+0
CarouselView moving to preview repo
2016-04-18Whitespace fixes (#110)kingces951-13/+31
2016-04-18CarouselView Fixes (#101)kingces951-17/+2
* Fix CarouselView.Item * CarouselView formatting * Move ItemsView.Count to IItemsViewController * Remove dead code: CarouselView.IndexOf * CarouselView re-layout subviews on resize. * Add ItemTemplate to resources.xaml on UWP * Docs
2016-04-07[A, iOS] CarouselView Bug Fixes (#49)kingces951-4/+19
* CarouselView programatic scrolling fixes; swipe back fixes * Make iOS CarouselView events consistant with Android * bump swipe distance; add Screenshot on Exception * Formatting. No logical change. * Comment out [Test] on UITest and fix TestCloud failures later.
2016-04-05[iOS] Fix WeakNotifyCollectionChanged on CarouselViewRui Marinho1-14/+17
Make some changes on WeakNotifyCollectionChanged to make it work ok in IOS, following the ListProxy approach.
2016-03-22Initial importJason Smith1-0/+335