* Create UI test
* Add missing Preserve attributes for test classes
* Fix crash on UWP
* Verify that there are still groups before checking the group header size
Fixes#8899
* Update Header/Footer gallery to use bound label so it will test this issue
* Propagate BindingContext to header/footer on Android
Fixed#8700
* Propagate CollectionView properties to the header/footer when they aren't templated
Co-authored-by: Rui Marinho <me@ruimarinho.net>
* Use the MoreNavigationController DidShowViewController callback for shell sections
* Reset MoreNavigationController on navigation and set CustomizableViewControllers to empty collection for consistent experience,
* Added UI test for issue 6784
* [iOS] Add CarouselView states
* [iOS] Update method naming UpdateVisualStates
* [Android] Add Visual states to CarouselView items
* Update ExampleTemplateCarousel.xaml
* [Android] Implement Visual states for carousel items
* [Android] Cleanup on CarouselViewRenderer
* [Android] Add default state to view
* [Android] Fix when we update vsm
* [Android] Rollback change on adapter
* Update CarouselViewRenderer.cs
* [Android] Update States also when ScrollTo is requested
* [Android] Fix Teardown CarouselViewRenderer
* working-fix7904
* Cleanup
* Update App.cs
* [iOS,Android] Set initial position
* [Controls] Update sample Carousel
* [Core] Update current position on scroll
* [Controls] Cleanup
* [Core] Don't update position if we are scrolling to
* [Android]Rename ScrollsToAction
* [ANdroid] Remove extra ScrollTo
* Update CarouselViewController.cs
* Cleanup
* [Android] Fix initilization Android CarouselView
* [iOS,Core] Add VisibleViews to CarouselView iOS
* [Android] Populate VisibleViews
* [Core,iOS,Droid] Move to a mroe explicit name for platform initialized
* [Core] Remove not used VisualState
* [Android] Fix scrollto when layout loads
* [Controls] Fix Carousel example gallery
* [Android]Better fix for ScrollTo when loading the RecyclerView
* [Android] Null check for eventhandler
* [iOS] Update if any ScrollToaActions exist
* [iOS, Android] Fix spelling CarouselViewRenderer
* [Android] Rename CarouselViewwOnGlobalLayoutListener
* Adding a test page for Issue 8743.
* Correcting UITestCategory
* Renaming AutoSuggestStyle.xaml -> FormsAutoSuggestBoxStyle.xaml; adding x:Key to AutoSuggestBox-style.
* Applying style to AutoSuggestBox in SearchNarRenderer - fixing 8743
* Removing comment about default style - as style is no longer default
* Fixing typo in class name for Issue8743 (was erroneously Issue8843, might create conflict)
* Making GlyphElement in FormsCancelButton template use TemplateBinding for FontSize instead of fixed 12 pts.
* Updating nuspec to include FormsAutoSuggestBoxStyle instead of AutoSuggestStyle
* Adding test page for Isuue 8784
* Changing ColumnSpan for PlaceholderTextContentPresenter to 1
* Changing ContentControl to ContentPresenter with ContentTemplate for ellipsis