implementing a window application likes Properties window in VS C#
Hi there,
I want to implementing a window application likes Properties window in VS C#, where there is a list of properties. And when one clicks on a property it expands to a table form which has 2 columns: an attributes descriprion and an attributes option where you can implement things like a textbox or combox..ect.
How does the Properties windows in MS Visual C# implemented?
All helps are appreciated.
cheers