Skip to content

Commit

Permalink
Replacing inheritance-based smooth scrolling with Behavior implementa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
SlimeNull committed Jul 23, 2024
1 parent 8179722 commit 050bb96
Show file tree
Hide file tree
Showing 26 changed files with 161 additions and 596 deletions.
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageVersion Include="Microsoft.NETCore.ILDAsm" Version="8.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Microsoft.VisualStudio.Composition" Version="17.10.37" />
<PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageVersion Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
<PackageVersion Include="Mono.Cecil" Version="0.11.5" />
<PackageVersion Include="NaturalSort.Extension" Version="4.3.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
Expand All @@ -46,6 +46,7 @@
<PackageVersion Include="System.Reflection.Metadata" Version="8.0.0" />
<PackageVersion Include="System.Resources.Extensions" Version="8.0.0" />
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageVersion Include="TomsToolbox.Wpf" Version="2.15.0" />
<PackageVersion Include="TomsToolbox.Wpf.Styles" Version="2.14.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions EleCho.WpfSuite/AssemblyInfo.cs

This file was deleted.

69 changes: 0 additions & 69 deletions EleCho.WpfSuite/Controls/ListBox.cs

This file was deleted.

68 changes: 0 additions & 68 deletions EleCho.WpfSuite/Controls/ListBoxResources.xaml

This file was deleted.

60 changes: 0 additions & 60 deletions EleCho.WpfSuite/Controls/ListView.cs

This file was deleted.

68 changes: 0 additions & 68 deletions EleCho.WpfSuite/Controls/ListViewResources.xaml

This file was deleted.

71 changes: 0 additions & 71 deletions EleCho.WpfSuite/EleCho.WpfSuite.csproj

This file was deleted.

Loading

0 comments on commit 050bb96

Please sign in to comment.