Properties window, e.g. visual studio in Silverlight
there is a design panel like the XAML designer to which I added some controls (at runtime instantiate some element and add it to RootLayout.Children
). now i like to manipulate some properties of one control (what i am now what) with something like this.

(source: persiangig.com )
is there a concise approach to the goal?
+2
a source to share