Hi,
I want to add to my application a control like the properties window in visual studio, i want it to be dynamic, that i would be able to add their properties of an object.
Is there such a thing in the .NET framework or should i implemet it my self as a user control? (if there is no such thing, how can i implement it?)
Thanks.
I want to add to my application a control like the properties window in visual studio, i want it to be dynamic, that i would be able to add their properties of an object.
Is there such a thing in the .NET framework or should i implemet it my self as a user control? (if there is no such thing, how can i implement it?)
Thanks.