C
Christophe Peillet
I have several custom UI controls that are table-based, and I would like to
make some of the table cells available for users to edit at Design time, much
in the same way the panel control works, for example. (I want users to be
able to insert new controls, html code, etc.)
If someone can please show me a clear code sample of how to implement this
(whether in the designer or in the control class), I would appreciate it,
since I haven't found anything myself, including looking at certain dotnet
controls in Reflector.
I will likely have more than one of these 'panels' or cells in some
controls, so if it's possible to give an example with two dynamic cells it
would be appreciated.
Christophe.
make some of the table cells available for users to edit at Design time, much
in the same way the panel control works, for example. (I want users to be
able to insert new controls, html code, etc.)
If someone can please show me a clear code sample of how to implement this
(whether in the designer or in the control class), I would appreciate it,
since I haven't found anything myself, including looking at certain dotnet
controls in Reflector.
I will likely have more than one of these 'panels' or cells in some
controls, so if it's possible to give an example with two dynamic cells it
would be appreciated.
Christophe.