Win Form newbie question: how to create a VS.NET Properties-like form?

M

Michael

I have the need to create different WinForm controls inside
a Dialog at runtime in order to collect data, sort of like VS.NET
Properties Dialog box(a two columns table). The first column is the
prompt. Second column hosts the control(e.g. RadioButton, CheckBox,
Text, or DropDown). The number of rows and type of controls could be
varied depending on the information stored in database. The user will
enter the information in that form for further process.

Has anyone done something like this, or is there 3rd party control out
there? If you could point me to the right direction, I would really
appreciate it.

Thanks,
Michael
 
M

Michael

Thanks William,

The PropertyGrid control seems more suitable for object with
predefined set of property.

How about the scenario that the number of property and the data type
of each property could be varied(in limited set) case by case? These
information are stored in database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top