c# - Databind InkCanvas Children -
In a WPF application, I have an object collection of objects (the area on an image) that I want to display and edit (size and status) at runtime
I represent my objects with a rectangle I would like to use Ink Convav in selection mode, but it does not directly support data binding.
Is it possible to tie a child an archive of an observation of an ear to Kanvava?
Have you tried using the items control with the canvas set as the items control. ItemsPanel? After that you can tie the item's property to your Observable Collection. Then you can use ItemsControl.ItemsTemplate to move an item's property to the canvas. Left (right) property for full placement.