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.

alt text
(source: persiangig.com )

is there a concise approach to the goal?

+2


a source to share


1 answer


A quick search + PropertyGrid

+ Silverlight
suggests things like this or this .



+1


a source







All Articles