Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2018-01-11 23:56:10 +0300
committerEric Maupin <ermaup@microsoft.com>2018-01-11 23:56:12 +0300
commit45a01d9dae7fccb5649a0adb358f33d86cec9d23 (patch)
treebe80672b000830214ed7cb605bc04dc74f411e67 /Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
parent25a6b414b8eff0e8a07e3c85e8435832361c9bb6 (diff)
[Core] Add SimpleCollectionView
This still needs more tests and has plenty of room for optimization, but the existing bespoke implementations are no more optimized. A central place to add tests and optimizations is an obvious win. Bringing in the WPF style collection view from Moonlight was considered, but ultimately it comes with a lot of baggage and would need to be adapted to our needs.
Diffstat (limited to 'Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj')
-rw-r--r--Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
index 59f739a..6f980c0 100644
--- a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
+++ b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
@@ -61,6 +61,7 @@
<Compile Include="BoolViewModelTests.cs" />
<Compile Include="BrushPropertyViewModelTests.cs" />
<Compile Include="BytePropertyViewModelTests.cs" />
+ <Compile Include="SimpleCollectionViewTests.cs" />
<Compile Include="CommonColorTests.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="IPropertyConverter.cs" />