I am moving a project from VB6 to C#. In VB6 we used Smart UI to create a properties dialog box. Does anyone know how to create a properties dialog box in C#. I have been told to use a DataGrid - but can't figure out how to have groups of properties.
I can't use the PropertyGrid Control either because it only takes a control for input - I need to dynamically add, remove and hide properties.
Thanks
Robert




Reply With Quote