maui-linux/Xamarin.Forms.Platform.iOS/CollectionView
E.Z. Hart 85e75046c2 Handle DataTemplateSelector on iOS/Android CollectionView (#5429)
* DataTemplateSelector working on Android for ItemTemplate and EmptyTemplate

* Demonstrate DataTemplateSelector working with EmptyViewTemplate

* Handle DataTemplateSelector on iOS CollectionView

* Add UI test
Fixes #4826

* Temporarily patching EditorRenderer to get tests running

* Add test for binding errors;
Fix binding errors on Android;

* Fix binding errors for iOS

* Add flag setting to allow UI test to run

* Fix rebase errors
2019-03-27 17:03:35 -06:00
..
CarouselViewRenderer.cs [iOS] CollectionView single selection (#4985) 2019-01-25 09:40:17 -07:00
CollectionViewRenderer.cs [iOS] CollectionView single selection (#4985) 2019-01-25 09:40:17 -07:00
DefaultCell.cs [Enhancement] Add CollectionView progress behind feature flag (#4265) 2018-11-13 12:49:08 +00:00
EmptySource.cs [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
GridViewLayout.cs [Enhancement] Add CollectionView progress behind feature flag (#4265) 2018-11-13 12:49:08 +00:00
HorizontalDefaultCell.cs [Android] ItemContentView should use all available space (#4569) fixes #4406 2018-12-11 18:41:30 +00:00
HorizontalTemplatedCell.cs [Android] ItemContentView should use all available space (#4569) fixes #4406 2018-12-11 18:41:30 +00:00
IItemsViewSource.cs [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
ItemsSourceFactory.cs [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
ItemsViewCell.cs [iOS] CollectionView single selection (#4985) 2019-01-25 09:40:17 -07:00
ItemsViewController.cs Handle DataTemplateSelector on iOS/Android CollectionView (#5429) 2019-03-27 17:03:35 -06:00
ItemsViewLayout.cs [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
ItemsViewRenderer.cs [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
ListSource.cs [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
ListViewLayout.cs [Enhancement] Add CollectionView progress behind feature flag (#4265) 2018-11-13 12:49:08 +00:00
ObservableItemsSource.cs [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
PropertyChangedEventArgsExtensions.cs [Enhancement] Add CollectionView progress behind feature flag (#4265) 2018-11-13 12:49:08 +00:00
ScrollToPositionExtensions.cs Fix ScrollToPosition.MakeVisible on iOS (was scrolling to Start) (#5063) 2019-01-31 12:13:57 -07:00
SelectableItemsViewController.cs Handle CollectionView multiple selection on Android and iOS (#5352) 2019-03-18 14:46:41 +00:00
SelectableItemsViewRenderer.cs Handle CollectionView multiple selection on Android and iOS (#5352) 2019-03-18 14:46:41 +00:00
SnapHelpers.cs [iOS, Android] Implement Snap alignment for CollectionView (#4414) 2019-01-14 11:48:59 +00:00
TemplatedCell.cs [iOS] CollectionView single selection (#4985) 2019-01-25 09:40:17 -07:00
UICollectionViewDelegator.cs Implement FlowDirection propagation to items in CollectionView (#5051) * fixes #4583 2019-02-18 11:21:10 +00:00
VerticalDefaultCell.cs [Android] ItemContentView should use all available space (#4569) fixes #4406 2018-12-11 18:41:30 +00:00
VerticalTemplatedCell.cs [iOS] Update cell size estimates after empty data source (#4688) fixes #4600 2018-12-13 23:52:32 +00:00