tags:

views:

26

answers:

1

Is there any libraries for .net that will do node based editing like Posers shader nodes. I would like to display a class and allow users to create custom formulas by dragging properties from 1 class to to seed the other class or other class properties.

Regards

See an example here link text

A: 

From what I've seen there isn't anything currently that does what you want. In VB 6 there was a property bag control that could do some of the functionality that you are looking for, but that is gone in .Net

You might be able to roll your own control that performs like a property bag or you could try this one (PropertyBag in VB .Net). I haven't tried it myself, but it might do what you want.

Tony Abrams