property lists
-
I'm wondering how I can go about making a property list sorta like the one found in Visual Studio .NET. The way VS handles properties for Windows Forms is exactly what I need for a project I'm working on. Can anyone point me in the right direction to find out some more information on how to make this sort of thing? Bungo!
-
I'm wondering how I can go about making a property list sorta like the one found in Visual Studio .NET. The way VS handles properties for Windows Forms is exactly what I need for a project I'm working on. Can anyone point me in the right direction to find out some more information on how to make this sort of thing? Bungo!
Use
PropertyGrid
Winforms control for more information look at Bending the .NET PropertyGrid to Your Will [^]PropertyGrid
Class[^] MCAD