Is there a way to actually create sub-categories under the ExtenderName category for properties on the targeted control?
Thanks in advance,
Pascal
Unfortutately not, the property grid doesn't support categories on sub-objects. There really isn't a clean solution for this as an extender, but based on your description, I'm not sure an extender is what you really want to be using.
My guess is that you want to write a control that emits an extender as part of it's rendering process. That way, you can expose the properties via your control as you would a normal component, and then just pass those values down to the extender via code.
No comments:
Post a Comment