RichCanvas 3.0.1
dotnet add package RichCanvas --version 3.0.1
NuGet\Install-Package RichCanvas -Version 3.0.1
<PackageReference Include="RichCanvas" Version="3.0.1" />
<PackageVersion Include="RichCanvas" Version="3.0.1" />
<PackageReference Include="RichCanvas" />
paket add RichCanvas --version 3.0.1
#r "nuget: RichCanvas, 3.0.1"
#:package RichCanvas@3.0.1
#addin nuget:?package=RichCanvas&version=3.0.1
#tool nuget:?package=RichCanvas&version=3.0.1
🎉 RichCanvas v.3.0.0 Released!
Check out the new features & breaking changes in the release notes.
<div align="center"> <img width="524" height="310" alt="RichCanvas" src="https://github.com/user-attachments/assets/584ae1fa-cefe-42ec-8129-86f93187a6ff" /> <h4 align="center">Enhanced WPF Canvas with panning, zooming, scrolling and other customizable functions, designed for MVVM.</h4>
📥 Installation
Use the nuget package manager to install RichCanvas.
Install-Package RichCanvas
✨ Features
- Supports adding items directly through ItemsSource collection binding
- Offers drawing mechanism for items added to ItemsSource
- Out of the box zooming, panning, auto-panning, infinite scrolling and other functionalities
- Dragging and selection for items
- Items come with location and size dependency properties (no attached properties)
- Lots of configurable dependency properties
- Ready to support custom actions and functionalities
- Optimized for interactions with hundreds of elements
- No dependencies other than WPF
- Designed for MVVM
💻 Demo
The old DEMO has been deprecated as of v.3.0.0. You can still find the code for that on v2.4.2 branch.
Until a new demo application will be available based on v.3.0.0 and future releases, you can have a look at
to get a grasp of the new changes and features added with v.3.0.0.
📝 Documentation
API Reference can be found here.
For documentation please refer to Wiki.
❤ Contributing
Feel free to help with documentation, bug reports, pull requests or new/missing features ideas.
Check out the Contributing page for details.
🙏 Special Thanks
Just a special mention for my friend @miroiu who's been inspiring me and this project from day zero.
Check out his work @nodify.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net9.0-windows7.0 is compatible. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
-
net5.0-windows7.0
- Newtonsoft.Json (>= 13.0.3)
-
net6.0-windows7.0
- Newtonsoft.Json (>= 13.0.3)
-
net8.0-windows7.0
- Newtonsoft.Json (>= 13.0.3)
-
net9.0-windows7.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
------------ RichCanvas v3.0.1 ------------
- Breaking Changes:
- Features:
- Bugfixes:
- Fixed ScrollOwner null reference exception when RichCanvas is not wrapped in a ScrollViewer