summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests/ListViewTests.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart1-1/+2
* Split RuntimePlatform Windows into UWP and WinRT * Update docs * Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-13/+13
* [C] Obsolete TargetPlatform * [Xaml] support and test the new syntax * blind fix windows platforms
2016-08-30Fix for ListView BindingContext for Header/Footer (#312)Jonathan Peppers1-0/+37
* ListView - unit test showing BindingContext issue Apparently the BC doesn't pass to Header and Footer * ListView - support for passing BC to header and footer * ListView - test checking BindingContext is set Checking that it works to set the BindingContext first and the Header/Footer after
2016-03-22Initial importJason Smith1-0/+1490