In a WPF application I have an ObservableCollection of objects (areas on an image) that I want to display and edit (size and position) at runtime.
I would like to use an InkCanvas in Select mode with Rectangles representing my objects, but it doesn't seem to directly support data binding.
Is it possible to somehow bind the Children collection of an InkCanvas to an ObservableCollection?