Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は毎回同じ問題を抱えています。"UIElement" DependencyProperty を使用してカスタム コントロールを作成したいと考えています。では、この DependencyProperty へのバインディングを作成できる XAML の要素はどれでしょうか?
CanvasのChildrenプロパティは不可能だと言っています.GridはXAMLなどに「Children」プロパティさえありません。
ありがとうございました!
Not sure if this is what you are looking for but javascript knockout works well with UI bindings:
http://knockoutjs.com/
Also take a look at handlebars:
http://handlebarsjs.com/
Hope that helps