views:

14

answers:

0

I'm developing a Landscaping application, and I want to create an interface where the user can select different custom objects related to the domain, from a palette, drag & drop them into a canvas and set different properties for them.

I want to set what objects he can choose. Their shape and a different edit form for each of them, depending on the object's properties.

Does anyone know a .Net control that may let me do that? Or if there isn’t any, how can I approach implementing such functionality?