CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2010
    Posts
    3

    Question Binding control with seperate window

    *Edited*

    I have some Controls on a Canvas, and each control needs to:

    1) Somehow link to an instance of a class that defines more details (this other class will hold specific details - for example - A list of colours, or some specific numbers that are related to that control).
    2) When clicked on, have its properties (such as Background,Size, as well as the "specific" class instance properties) edited from a seperate window.

    I've had a look at http://www.codeproject.com/KB/WPF/MVVMForDummies.aspx , and I think the MVVM pattern is what I need for this.

    Anyone have any pointers?
    Last edited by Xor1010; March 12th, 2010 at 01:14 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured