Hi
I am using a "propertygr id" control in my app.(C#).
I want the following functionalities :
1) I want to access individual cell of property grid so that I can change
Font,Color etc. of the text and background color of the cell.
2) I want to show different properties with different font styles and color.
3) I want to hide few properties on changing the value of particular
property as well want to make few properties to make visible.
4) I would prefer to use this control in generic way rather than hard code
the condition for automation.
5) At present I have to use enumerator to show combo box in PropertyGrid but
I want to show combo box with different items (want to avoid enum).
Please provide pointers for these issues.
Thanks!!
I am using a "propertygr id" control in my app.(C#).
I want the following functionalities :
1) I want to access individual cell of property grid so that I can change
Font,Color etc. of the text and background color of the cell.
2) I want to show different properties with different font styles and color.
3) I want to hide few properties on changing the value of particular
property as well want to make few properties to make visible.
4) I would prefer to use this control in generic way rather than hard code
the condition for automation.
5) At present I have to use enumerator to show combo box in PropertyGrid but
I want to show combo box with different items (want to avoid enum).
Please provide pointers for these issues.
Thanks!!