Does anyone have any sample code of how to create a control that is simular to the Properties window. In Visual Basic I used the Smart UI component - however the .Net version of it is useless.
Thanks
Robert
Printable View
Does anyone have any sample code of how to create a control that is simular to the Properties window. In Visual Basic I used the Smart UI component - however the .Net version of it is useless.
Thanks
Robert
PropertyGrid control in 1.1. Just add/remove items and you can drop it on your forms.
Thanks for the reply. PropertyGrid will only allow you to link to a class - I need something that I can add and remove items to it on the fly. I only need the main window as well - PropertyGrid gives the alphabetical sort on the top and a desciption at the bottom - I don't need these at all.
Do you know any other control.
Robert
Ok, similiar to a propertygrid, but none of its features.
I'm following now, really.
Let's take a step back so you tell us what Fx you're using. Controls differ between 1.1 and 2.0.
Yeah I want the same, only different. I am using 2.0. I think I can do it with a data grid and a few custom controls.
Thanks Again