Skip to content

Commit 798a287

Browse files
authored
Merge pull request #504 from Numpsy/remove_data_grid
Remove the DataGrid bindings
2 parents 0bbd9c7 + bcfac04 commit 798a287

5 files changed

Lines changed: 0 additions & 321 deletions

File tree

src/Avalonia.FuncUI.slnx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Project Path="Examples/Examples.ChordParser/Examples.ChordParser.fsproj" />
99
<Project Path="Examples/Examples.ContactBook/Examples.ContactBook.fsproj" />
1010
<Project Path="Examples/Examples.CounterApp/Examples.CounterApp.fsproj" />
11-
<Project Path="Examples/Examples.DataGridPlayground/Examples.DataGridPlayground.fsproj" />
1211
<Project Path="Examples/Examples.DrawingApp/Examples.DrawingApp.fsproj" />
1312
<Project Path="Examples/Examples.EnvApp/Examples.EnvApp.fsproj" />
1413
<Project Path="Examples/Examples.GeneticAlgorithm/Examples.GeneticAlgorithm.fsproj" />

src/Avalonia.FuncUI/Avalonia.FuncUI.fsproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
24-
<PackageReference Include="Avalonia.Controls.DataGrid" Version="$(AvaloniaVersion)" />
2524
</ItemGroup>
2625

2726
<ItemGroup>
@@ -178,7 +177,6 @@
178177
<Compile Include="DSL\TickBar.fs" />
179178
<Compile Include="DSL\Viewbox.fs" />
180179
<Compile Include="DSL\SelectableTextBlock.fs" />
181-
<Compile Include="DSL\DataGrid.fs" />
182180
<Compile Include="DSL\PathIcon.fs" />
183181
<Compile Include="DSL\DragDrop.fs" />
184182
</ItemGroup>

src/Avalonia.FuncUI/DSL/DataGrid.fs

Lines changed: 0 additions & 175 deletions
This file was deleted.

src/Examples/Examples.DataGridPlayground/Examples.DataGridPlayground.fsproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Examples/Examples.DataGridPlayground/Program.fs

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)