You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,16 @@ Install-Package RichCanvas
18
18
```
19
19
## ✨ Features
20
20
21
-
- Designed for **MVVM**
22
-
-**No dependencies** other than WPF
23
-
-**Optimized** for interactions with hundreds of elements
24
-
-**Zoom, Pan, Scroll** and other out of the box functionalities
25
-
-**Selection and Dragging** for items
26
-
- Default **"Drawing"** mechanism when adding new items
27
-
- Infinite scrolling
28
-
- Configurable input gestures for each action
21
+
- Supports adding items directly through **ItemsSource collection binding**
22
+
- Offers [drawing](https://github.com/mircea21S/RichCanvas/wiki/RichCanvas-Overview#drawing) mechanism for items added to ItemsSource
23
+
- Out of the box **zooming, panning, auto-panning, infinite scrolling and other functionalities**
24
+
-**Dragging and selection** for items
25
+
-[Items](https://github.com/mircea21S/RichCanvas/wiki/RichCanvasContainer-Overview) come with **location and size** dependency properties (no attached properties)
29
26
- Lots of **configurable** dependency properties
27
+
- Ready to support [custom](https://github.com/mircea21S/RichCanvas/wiki/RichCanvas-Overview#customize) actions and functionalities
28
+
-**Optimized** for interactions with hundreds of elements
29
+
-**No dependencies** other than WPF
30
+
- Designed for **MVVM**
30
31
31
32
## 💻 Demo
32
33
@@ -43,12 +44,14 @@ to get a grasp of the new changes and features added with v.3.0.0.
43
44
44
45
API Reference can be found [here](https://github.com/mircea21S/RichCanvas/wiki/API).
45
46
46
-
For documentation please refrer to [Wiki](https://github.com/mircea21S/RichCanvas/wiki).
47
+
For documentation please refer to [Wiki](https://github.com/mircea21S/RichCanvas/wiki).
47
48
48
49
## ❤ Contributing
49
50
50
51
Feel free to help with documentation, bug reports, pull requests or new/missing features ideas.
51
52
53
+
Check out the [Contributing page](https://github.com/mircea21S/RichCanvas/tree/release-v3.0.0?tab=contributing-ov-file) for details.
54
+
52
55
## 🙏 Special Thanks
53
56
54
57
Just a special mention for my friend [@miroiu](https://github.com/miroiu) who's been inspiring me and this project from day zero.
0 commit comments