I'm pretty much a .NET newbie, but am working through things OK.
I'd like to create a panel that looks a lot like the Properties window in Studio. A list of "property" names, and an associated field to enter/modify the value.
Example: I might have a list of products. When one is selected, I want to have this Property-like window have lines like
Name PROD1NAME
Cost 1.23
Color Green
etc.
I've seen the facility in other apps that look like they are .NET. I can't see how to coerce ListView or GridView or DataView or xxxView to create this.
Is there a ready-made control for this? Or can someone point me to an example of a "Property window" implementation?
Alphabetic/Categorized not important. C# FWIW. Thanks.
I'd like to create a panel that looks a lot like the Properties window in Studio. A list of "property" names, and an associated field to enter/modify the value.
Example: I might have a list of products. When one is selected, I want to have this Property-like window have lines like
Name PROD1NAME
Cost 1.23
Color Green
etc.
I've seen the facility in other apps that look like they are .NET. I can't see how to coerce ListView or GridView or DataView or xxxView to create this.
Is there a ready-made control for this? Or can someone point me to an example of a "Property window" implementation?
Alphabetic/Categorized not important. C# FWIW. Thanks.