Visual Studio Properties Control

C

CarterABarnes

Hello fellow vb.net developers,
Here is my issue. I am creating an application that very much needs
a control like the Properties control in Visual Studio. I would like
to add items to it that have a label and a value control next to them.
I would like it to automatically detect if the list of properties is to
long for the size of the control and handle the scrolling for me. Also
I would like to put any kind of control in the value field such as a
textbox, numeric up down, bound combo box, etc... I need to be able to
setup the control @ runtime as well adding new items. Also it would be
grand if it had that treeview style expand and contract groups of
property style things. This has to be a common desire, does anybody
know a control out there that we could purchase, or can we access the
one that VS is using for the properties dockable window? Please...
Much thanks for even reading this, but if you have any suggestions
reply...
 
C

CarterABarnes

I have found multiple property grids, but I want one that is not just
for attaching to classes. I want to use this style control for data
entry and such. Laying it out at design time, and run time, binding it
to datarows and stuff... Please help.
 

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