CanvasView #310
michael-hawker
started this conversation in
Experiments
CanvasView
#310
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
CanvasView
Tracking Issue: #212
Problem Statement
Canvas
is great for laying out objects in a general way (think PowerPoint), but doesn't accept a collection of items or provide a way to bind data objects to the location of the object withCanvas.Left/Top
.Also see CanvasLayout #311
Inspiration
Originally built to solve these issues, provides a simple way to enable this scenario and provide some basic dragging capabilities.
Proposed Solution
Not meant to be a full solution, but as much as a helper as possible without much complexity.
Also adds a binding helper to connect bindings between the templated item and the parent data object.
Open Questions
API Reference Docs
References
Beta Was this translation helpful? Give feedback.
All reactions